rabin 2 years ago
parent
commit
7b3a7a282d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/bill/lib/Cron.php

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

@@ -86,7 +86,7 @@ class Cron
             $where['start'] = $start + 86400*$i;
             //$where['end'] = $start + 86400*$i + 86399;
             $goods = Dever::db('agent/member_goods')->findAll($where);
-            $dh_order = Dever::db('agent/dh_order')->getDhNum(array('status'=>3,'start'=>$where['start'],'end'=>$where['end'],'state'=>1));
+            $dh_order = Dever::db('agent/dh_order')->getDhNum(array('status'=>3,'start'=>$where['start'],'state'=>1));
             // print_R($dh_order);die;
             if ($goods) {
                 foreach ($goods as $k => $v) {