lvhao пре 6 дана
родитељ
комит
c528560f47
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/CoreApp/controllers/Apicjgx.php

+ 1 - 1
core/CoreApp/controllers/Apicjgx.php

@@ -34,7 +34,7 @@ class Apicjgx extends Start_Controller {
 
     public function _cjgx(){
         $limit_time = time() - 3600*24*30;
-        $list = $this->systemtransfer->find_all("status < 10 and time >= ".$limit_time);
+        $list = $this->systemtransfer->find_all(" ycrk_type = 0 and status < 10 and time >= ".$limit_time);
         if(empty($list)){
             die(json_encode(array('code'=>0,'msg'=>'没有需要检测的工单'),JSON_UNESCAPED_UNICODE));
         }