rabin 3 năm trước cách đây
mục cha
commit
c9ff59c280
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      service/agent/lib/Tool.php

+ 4 - 0
service/agent/lib/Tool.php

@@ -1019,6 +1019,10 @@ class Tool
         $where['state'] = 1;
         $where['stype'] = 5;
         $data = Dever::db('bill/sell')->select($where);
+        $test = Dever::input('test');
+        if ($test == 1) {
+            print_r($data);die;
+        }
 
         if ($data) {
             foreach ($data as $k => $v) {