Browse Source

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 năm trước cách đây
mục cha
commit
3349f76f2a
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      app/admin/controller/Consult.php

+ 1 - 2
app/admin/controller/Consult.php

@@ -1442,8 +1442,7 @@ class Consult extends Base
                     ->field('id,remark,status')
                     ->where(['infoNo' => $infoNo, 'bidsNo' => $value['bidNo']])
                     ->whereIn('status', [5, 6])
-                    ->findOrEmpty()
-                    ->toArray();
+                    ->find();
             }
             $data[] = $value;
         }