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