From 5d813bb3a09810648e607a46d44f350686e3dc28 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期二, 09 七月 2024 09:45:33 +0800 Subject: [PATCH] device report finish --- pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml index 984ece3..0f4ff2d 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml @@ -26,7 +26,12 @@ from sta_repair_info where id = #{id,jdbcType=BIGINT} </select> - + <select id="selectByEquipNo" resultMap="BaseResultMap"> + select + <include refid="Base_Column_List" /> + from sta_repair_info + where equip_no = #{equipNo,jdbcType=VARCHAR} + </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> delete from sta_repair_info where id = #{id,jdbcType=BIGINT} -- Gitblit v1.8.0