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

Commit 2af36eaf authored by 张国柄's avatar 张国柄

注册IM同步isComplete=11到DB;

parent 84242675
...@@ -140,7 +140,7 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -140,7 +140,7 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
s = System.currentTimeMillis(); s = System.currentTimeMillis();
toMqSqls.add(SqlMapping.get("adam_user.complete")); toMqSqls.add(SqlMapping.get("adam_user.complete"));
updateUserObjs.add(new Object[]{isComplete, existUserInfoVo.getUpdatedAt(), existUserInfoVo.getUid()}); updateUserObjs.add(new Object[]{existUserInfoVo.getIsComplete(), existUserInfoVo.getUpdatedAt(), existUserInfoVo.getUid()});
toMqSqls.add(SqlMapping.get("adam_user_info.edit")); toMqSqls.add(SqlMapping.get("adam_user_info.edit"));
updateUserInfoObjs.add(new Object[]{ updateUserInfoObjs.add(new Object[]{
existUserInfoVo.getNickname(), sexStr, existUserInfoVo.getBirthday(), existUserInfoVo.getArea(), existUserInfoVo.getNickname(), sexStr, existUserInfoVo.getBirthday(), existUserInfoVo.getArea(),
......
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