rabin hace 1 año
padre
commit
f58a97a800
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/dai/seller/api/Task.php

+ 1 - 1
src/dai/seller/api/Task.php

@@ -113,7 +113,7 @@ class Task
         
         $where['cdate'] = array('>=', $time[0]);
         $where['#cdate'] = array('<=', $time[1]);
-        $order = Dever::db('order_log1', 'seller')->load($where);
+        $order = Dever::db('order_log1', 'seller')->select($where);
         $data = array();
         $default = array
         (