Commit afb07e61 by 杨树贤

优化时间

parent 37459ab4
Showing with 1 additions and 0 deletions
......@@ -1766,6 +1766,7 @@ class DataService
foreach ($dataFollowers as $follower) {
if ($follower->can_check_uids == $oldCodeId) {
$follower->can_check_uids = $newCodeId;
$follower->update_time = time();
$follower->save();
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