Commit 8733054c by 杨树贤

fix

parent 7dab4795
Showing with 1 additions and 1 deletions
...@@ -1729,7 +1729,7 @@ class DataService ...@@ -1729,7 +1729,7 @@ class DataService
foreach ($dataFollowers as $follower) { foreach ($dataFollowers as $follower) {
if ($follower->can_check_uids == $oldCodeId) { if ($follower->can_check_uids == $oldCodeId) {
$follower->can_check_uids = $newCodeId; $follower->can_check_uids = $newCodeId;
$liexinContact->update_time = time(); $follower->update_time = time();
$follower->save(); $follower->save();
break; break;
} }
......
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