Commit 5d93bb25 by jinxin

成员信息同步时 userId可能也会更新

parent 3637ba2c
......@@ -240,6 +240,11 @@ public class MessageApiServiceImpl implements MessageApiService {
return;
}
TabHaobanStaff staff = new TabHaobanStaff();
if (!userid.equals(oldStaff.getWxUserId())){
//userId可能也会更新
staff.setWxUserId(userid);
}
staff.setWxUserId(userid);
staff.setStaffId(oldStaff.getStaffId());
staff.setPhoneNumber(qywxCallBackDTO.getMobile());
staff.setNickName(qywxCallBackDTO.getAlias());
......
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