From 042c3adc672bad178722a0e9059d8c3a40af6240 Mon Sep 17 00:00:00 2001 From: pengwei Date: Mon, 27 Oct 2025 13:29:18 +0800 Subject: [PATCH] =?UTF-8?q?fiex:=E6=8A=9A=E6=85=B0=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/biutag/supervision/job/Job.java | 2 +- src/main/resources/mapper/RpcApplyMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"