员工入职审批通过修改员工信息

This commit is contained in:
曹磊 2026-02-11 15:51:31 +08:00
parent feecabc305
commit bb31c54cc8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class EmployeesMQListener {
employeesAd.setIdCard(dto.getIdCard());
employeesAd.setIdCardAddress(dto.getIdCardAddress());
employeesAd.setIssuingAuthority(dto.getIssuingAuthority());
employeesAd.setCardFmPath(dto.getCardFmPath());
employeesAd.setCardZmPath(dto.getCardZmPath());
employeesAd.setCardFmPath(dto.getCardFmPath());
employeesAd.setMaritalStatus(dto.getMaritalStatus());
employeesAd.setHeight(dto.getHeight());