员工管理-审核管理,通过后将最新数据传递给管理平台
This commit is contained in:
parent
f712b434e8
commit
825692536d
|
|
@ -163,7 +163,7 @@ public class EmployeesApplyController extends JeecgController<EmployeesApply, IE
|
||||||
mqdto.setIdCard(apply.getIdCard());
|
mqdto.setIdCard(apply.getIdCard());
|
||||||
mqdto.setIdCardAddress(apply.getHouseAddress());
|
mqdto.setIdCardAddress(apply.getHouseAddress());
|
||||||
mqdto.setIssuingAuthority(apply.getIssuingAuthority());
|
mqdto.setIssuingAuthority(apply.getIssuingAuthority());
|
||||||
mqdto.setCardFmPath(apply.getIdCardPositive());
|
mqdto.setCardZmPath(apply.getIdCardPositive());
|
||||||
mqdto.setCardFmPath(apply.getIdCardNegative());
|
mqdto.setCardFmPath(apply.getIdCardNegative());
|
||||||
mqdto.setMaritalStatus(apply.getMarriedOrNot());
|
mqdto.setMaritalStatus(apply.getMarriedOrNot());
|
||||||
mqdto.setHeight(apply.getHeight());
|
mqdto.setHeight(apply.getHeight());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue