|
@@ -291,7 +291,6 @@ class User extends BaseModel
|
|
|
if ($routine['login_type']) $routineInfo['login_type'] = $routine['login_type'];
|
|
|
self::updateWechatUser($routineInfo, 0);
|
|
|
} else {
|
|
|
- $routineInfo['add_time'] = time();//用户添加时间
|
|
|
$res = self::setRoutineUser($routineInfo, $spid);
|
|
|
$uid = $res->uid;
|
|
|
}
|