From f5156a92b4f64b496336e6465ff9e76ba6d9c756 Mon Sep 17 00:00:00 2001 From: liuxm <liuxm_a@163.com> Date: 星期一, 03 六月 2024 08:38:51 +0800 Subject: [PATCH] 组装生产任务计划 --- pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml index 9d73539..c415133 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml @@ -12,16 +12,13 @@ <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"> id,pro_id,reason,disabled, deleted,pro_id,sort </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