REQ-2960 添加日志

This commit is contained in:
zhongpeng 2024-09-10 14:59:59 +08:00
parent a1a257d64e
commit 4ad61ec555

View File

@ -391,6 +391,8 @@ public class TaiZhouServiceImpl implements TaiZhouService {
return;
}
log.info("泰州人员:{} 同步数据,新手机号在安心筑账号关联的账号已经实名,实名信息与安心筑一致,且当前关联的安心筑账号未实名,需要更换绑定关系:{}-》{}}", thirdPerson.getThirdPersonName(), currentBindPerson.getId(), newPerson.getId());
thirdPerson.setPersonId(newPerson.getId());
updateTaiZhouPersonRel(thirdPerson);