rabin 2 years ago
parent
commit
b59eade7a9
1 changed files with 1 additions and 1 deletions
  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) {