From cd3394233ecbed4b70eebeb74303962f9671b4b1 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 30 Mar 2024 20:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/system/base/vo/GxPlanProgressVo.java | 2 +- .../src/main/resources/mapper/HumanManageMapper.xml | 3 +-- .../src/main/resources/mapper/base/ProScheduleMapper.xml | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/securitycontrol-commons/securitycontrol-commons-entity/src/main/java/com/securitycontrol/entity/system/base/vo/GxPlanProgressVo.java b/securitycontrol-commons/securitycontrol-commons-entity/src/main/java/com/securitycontrol/entity/system/base/vo/GxPlanProgressVo.java index c142294..885c29b 100644 --- a/securitycontrol-commons/securitycontrol-commons-entity/src/main/java/com/securitycontrol/entity/system/base/vo/GxPlanProgressVo.java +++ b/securitycontrol-commons/securitycontrol-commons-entity/src/main/java/com/securitycontrol/entity/system/base/vo/GxPlanProgressVo.java @@ -68,7 +68,7 @@ public class GxPlanProgressVo { private double planProgress; @ApiModelProperty(value = "工序名称") - private String gxName; + private String currentGxName; /** * 查询条件限制 diff --git a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/HumanManageMapper.xml b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/HumanManageMapper.xml index 2e69712..00ea681 100644 --- a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/HumanManageMapper.xml +++ b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/HumanManageMapper.xml @@ -138,9 +138,8 @@