Commit 6bd01344 by 徐高华

Merge branch 'bugfix/2023-03-23' into 'master'

Bugfix/2023 03 23

See merge request !1074
parents 3637ba2c 16079b6d
......@@ -240,6 +240,10 @@ public class MessageApiServiceImpl implements MessageApiService {
return;
}
TabHaobanStaff staff = new TabHaobanStaff();
if (!userid.equals(oldStaff.getWxUserId())){
//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