Commit fda8fa26 by 杨树贤

fix

parent 4dcc4aa9
Showing with 1 additions and 1 deletions
...@@ -2019,7 +2019,7 @@ class DataService ...@@ -2019,7 +2019,7 @@ class DataService
// 更新channel_uid // 更新channel_uid
SupplierChannelModel::where('supplier_id', $supplierId)->update([ SupplierChannelModel::where('supplier_id', $supplierId)->update([
'channel_uid' => $newChannelUid, 'channel_uid' => $newChannelUid,
'update_time' => time(), // 'update_time' => time(),
]); ]);
// 更新redis缓存 // 更新redis缓存
......
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