Kirin 3 years ago
parent
commit
2c682950ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/company/Goods.php

+ 1 - 1
app/admin/controller/company/Goods.php

@@ -313,7 +313,7 @@ class Goods extends AuthController
         }
         $where['audit_time'] = time();
         $where['audit_admin'] = $this->adminId;
-        SystemStoreStockBill::where('id', 'in', join(",", $ids))->update($where);
+        SystemStoreStockBill::where('id', 'in', $ids)->update($where);
         if (!count($msg)) {
             return Json::successful('批量审核成功');
         } else {