Commit 46628a05 by mushishixian

fix

parent 88f8f612
Showing with 1 additions and 1 deletions
......@@ -404,7 +404,7 @@ class SupplierService
$result = $model->where('supplier_id', $supplierId)->update([
'update_time' => time(),
'is_type' => $isType,
'status' => -1,
'status' => 1,
]);
if ($result) {
$logService = new LogService();
......
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