rabin hace 3 años
padre
commit
c9ff59c280
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) {