Commit 6392fd0a by 杨树贤

fix

parent 02367b57
Showing with 1 additions and 0 deletions
......@@ -1111,6 +1111,7 @@ class DataService
->exists();
if ($exists) {
\dump('已经存在跟单联系人 : ' . $followerCodeId . ' 更新');
$contactData['update_time'] = \time();
if ($updateData) {
SupplierContactModel::where('supplier_id', $supplierId)
->where('can_check_uids', $followerCodeId)
......
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