rabin 1 year ago
parent
commit
6812dca5db
1 changed files with 1 additions and 1 deletions
  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'] = '';