rabin před 3 roky
rodič
revize
b59eade7a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {