Commit 6eb5bdd2 by 杨树贤

修改审核

parent ffda8dee
...@@ -62,7 +62,7 @@ class SupplierAttachmentApiController extends Controller ...@@ -62,7 +62,7 @@ class SupplierAttachmentApiController extends Controller
if (!$canIgnoreAudit) { if (!$canIgnoreAudit) {
SupplierChannelModel::where('supplier_id', $supplierId)->update([ SupplierChannelModel::where('supplier_id', $supplierId)->update([
'update_time' => time(), 'update_time' => time(),
'status' => SupplierChannelModel::STATUS_PENDING, 'status' => SupplierChannelModel::STATUS_IN_REVIEW,
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment