员工管理-审核管理,通过后将最新数据传递给管理平台

This commit is contained in:
曹磊 2026-02-11 15:51:48 +08:00
parent f712b434e8
commit 825692536d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class EmployeesApplyController extends JeecgController<EmployeesApply, IE
mqdto.setIdCard(apply.getIdCard());
mqdto.setIdCardAddress(apply.getHouseAddress());
mqdto.setIssuingAuthority(apply.getIssuingAuthority());
mqdto.setCardFmPath(apply.getIdCardPositive());
mqdto.setCardZmPath(apply.getIdCardPositive());
mqdto.setCardFmPath(apply.getIdCardNegative());
mqdto.setMaritalStatus(apply.getMarriedOrNot());
mqdto.setHeight(apply.getHeight());