Browse Source

ispublic = 5

gbsong 3 years ago
parent
commit
c7c2393748
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/api/business/ChengDanBus.php

+ 2 - 0
app/api/business/ChengDanBus.php

@@ -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:已结束已完成