rabin 3 年之前
父節點
當前提交
b59eade7a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/bill/lib/Cron.php

+ 1 - 1
service/bill/lib/Cron.php

@@ -187,7 +187,7 @@ class Cron
             }
             $where['status'] = 2;
             $data['daili_num'] = Dever::db('agent/member')->getNum($where);
-            $where['status'] = '-2,1,2,3,5,6';
+            $where['status'] = '-2,1,2,3,6';//驳回不加入
             $data['no_num'] = Dever::db('agent/order')->getNum($where);
             $no_cash = Dever::db('agent/order')->getCash($where);
             if ($no_cash) {