From eead3af59c94c35422463fbbd19d26dffcbacc06 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期五, 05 七月 2024 09:35:28 +0800 Subject: [PATCH] edit work last --- pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml index 02f66a5..9aa68fd 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml @@ -12,7 +12,7 @@ <result column="disabled" property="disabled" typeHandler="com.dy.common.mybatis.BooleanTypeHandler"/> <result property="deleted" column="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler"/> <association property="proName" column="pro_id" javaType="java.lang.Long" - select="selectProNameById" fetchType="eager" /> + select="com.dy.pmsGlobal.daoPlt.PltProductMapper.selectProNameById" fetchType="eager" /> </resultMap> <sql id="Base_Column_List"> @@ -27,9 +27,6 @@ ${alias}.disabled, ${alias}.deleted </sql> - <select id="selectProNameById" parameterType="java.lang.Long" resultType="java.lang.String"> - select name proName from plt_product where id=#{id} - </select> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> -- Gitblit v1.8.0