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

Commit dd34d580 authored by 张国柄's avatar 张国柄

注册IM同步isComplete=11到DB;

parent 2785bfd9
......@@ -140,7 +140,7 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
s = System.currentTimeMillis();
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"));
updateUserInfoObjs.add(new Object[]{
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