From 379af9bd87545e674a08316333a21e1fcaccf3a6 Mon Sep 17 00:00:00 2001 From: liuxm <liuxm_a@163.com> Date: 星期二, 04 六月 2024 09:15:45 +0800 Subject: [PATCH] 安装运维生产计划;生产计划部分修改 --- pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml index abea33b..a195aee 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml @@ -28,7 +28,11 @@ </sql> - + <select id="selectProcessNameById" resultType="java.lang.String"> + select name + from pr_production_process + where id = #{id,jdbcType=BIGINT} + </select> <select id="selectByProcess" resultMap="com.dy.pmsGlobal.daoPr.PrProductionNodeMapper.BaseResultMap"> select * from pr_production_node -- Gitblit v1.8.0