From 8d97b3e1102752d5ca023ef88817032997144b04 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期五, 21 六月 2024 15:48:10 +0800 Subject: [PATCH] plan add note --- pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml index aa94d68..363c06c 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml @@ -24,6 +24,9 @@ <select id="selectLineNameById" parameterType="java.lang.Long" resultType="String"> select name from plt_production_line where id = #{lineId} </select> + <select id="selectNameByStationId" parameterType="java.lang.Long" resultType="String"> + select name from plt_station where id = #{id} + </select> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> -- Gitblit v1.8.0