记得上下班打卡 | git大法好,push需谨慎

Commit 932bc245 authored by 张国柄's avatar 张国柄

~api:更改手机号功能已停用,逻辑调整:因逻辑不完整(未同步更新用户redis缓存及数据库user_info)取消更新用户归属地逻辑;

parent d6fbd5e4
...@@ -282,8 +282,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -282,8 +282,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
// if (null != mobileLocateArr && mobileLocateArr.length > 0) { // if (null != mobileLocateArr && mobileLocateArr.length > 0) {
updateUserMobileLocateObjs.add(new Object[]{ updateUserMobileLocateObjs.add(new Object[]{
mobile, mobile,
ArrayUtils.isEmpty(mobileLocateArr) ? null : mobileLocateArr[2],
// mobileLocateArr[0], mobileLocateArr[1], mobileLocateArr[2], mobileLocateArr[3], mobileLocateArr[4], // mobileLocateArr[0], mobileLocateArr[1], mobileLocateArr[2], mobileLocateArr[3], mobileLocateArr[4],
ArrayUtils.isEmpty(mobileLocateArr) ? null : mobileLocateArr[2],
now, uid now, uid
}); });
// } // }
......
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 to comment