diff --git a/src/main/java/com/biutag/supervision/job/Job.java b/src/main/java/com/biutag/supervision/job/Job.java index bee125a..9588792 100644 --- a/src/main/java/com/biutag/supervision/job/Job.java +++ b/src/main/java/com/biutag/supervision/job/Job.java @@ -182,9 +182,9 @@ public class Job { person.setJob(police.getJobType()); } - person.setEmpNo(rpcApply.getApplicantEmpNo()); person.setName(police.getName()); + apply.setApplicantEmpName(police.getName()); if(!police.getOrgId().isEmpty()){ person.setDepartId(police.getOrgId()); apply.setDepartId(police.getOrgId()); diff --git a/src/main/resources/mapper/RpcApplyMapper.xml b/src/main/resources/mapper/RpcApplyMapper.xml index e6b67d5..96809da 100644 --- a/src/main/resources/mapper/RpcApplyMapper.xml +++ b/src/main/resources/mapper/RpcApplyMapper.xml @@ -7,7 +7,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"