Commit 16079b6d by jinxin

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

parent 5d93bb25
......@@ -244,7 +244,6 @@ public class MessageApiServiceImpl implements MessageApiService {
//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