rabin 1 năm trước cách đây
mục cha
commit
f58a97a800
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         (