Commit f9a434b3 by mushishixian

fix

parent 8ecd2b4f
Showing with 1 additions and 0 deletions
......@@ -56,6 +56,7 @@ class SupplierAuditService
'reject_reason' => $rejectReason,
'need_review' => 0,
]);
$supplier['need_review'] = 0;
} else {
$result = $model->where('supplier_id', $supplierId)->update([
'update_time' => time(),
......
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