rabin преди 1 година
родител
ревизия
6812dca5db
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/dai/seller/api/Test.php

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

@@ -35,7 +35,7 @@ class Test
     public function test_no()
     {
         while(1) {
-            $order = Dever::load('order', 'seller')->find(array('seller_id' => 1, 'status' => 2));
+            $order = Dever::db('order', 'seller')->find(array('seller_id' => 1, 'status' => 2));
             $msg = 'error';
             $update = array();
             $update['official_msg'] = '';