Commit 626e7174 by 杨树贤

修复

parent f68c320e
Showing with 1 additions and 1 deletions
......@@ -282,7 +282,7 @@ class SyncSupplierService
$redis->hset('supplier_account_status_before_disable', $supplierId, $accountPreStatus);
} else {
$accountPreStatus = $redis->hget('supplier_account_status_before_disable', $supplierId);
$redis->hdel('supplier_account_status_before_disable', $supplierId, $accountPreStatus);
$redis->hdel('supplier_account_status_before_disable', $supplierId);
}
SupplierAccountModel::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