|
@@ -67,6 +67,8 @@ class ChengDanBus
|
|
|
$where_undertake = [['bear_id|check_id|report_id', '=', $this->uid],];
|
|
|
$where = [
|
|
|
['task_class','=',$task_class],
|
|
|
+ ['ispublic', '>', 1],
|
|
|
+
|
|
|
];
|
|
|
if ($data['year']!='') $where[] = ['year', '=', $data['year']];
|
|
|
if ($data['ispublic'] != '') $where[] = ['ispublic', '=', $data['ispublic']]; //任务状态:0:未发布,1:执行中,2:已结束未完成,3:已结束已完成
|