Kirin 3 年之前
父节点
当前提交
2c682950ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {