From 3c61c5f4bc92f75b4fe60653eaa676a21cde4325 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 19 十二月 2024 17:09:02 +0800 Subject: [PATCH] edit BI Device log and planList --- pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml index 51b0196..f55383b 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml @@ -5,15 +5,15 @@ <mapper namespace="com.dy.pmsGlobal.daoPr.PrOrderItemMapper"> <resultMap id="BaseResultMap" type="com.dy.pmsGlobal.pojoPr.PrOrderItem"> - <id property="id" column="id" jdbcType="BIGINT"/> - <result property="orderId" column="order_id" jdbcType="BIGINT"/> - <result property="proId" column="pro_id" jdbcType="BIGINT"/> - <result property="number" column="number" jdbcType="INTEGER"/> - <result property="completeNumber" column="complete_number" jdbcType="INTEGER"/> - <result column="deleted" property="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler" /> - <result property="name" column="pro_id" jdbcType="VARCHAR"/> - <!-- <association property="proName" column="pro_id" javaType="java.lang.Long" - select="com.dy.pmsGlobal.daoPlt.PltProductMapper.selectProNameById" fetchType="eager"/>--> + <id property="id" column="id" jdbcType="BIGINT"/> + <result property="orderId" column="order_id" jdbcType="BIGINT"/> + <result property="proId" column="pro_id" jdbcType="BIGINT"/> + <result property="number" column="number" jdbcType="INTEGER"/> + <result property="completeNumber" column="complete_number" jdbcType="INTEGER"/> + <result column="deleted" property="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler" /> + <result property="name" column="name" jdbcType="VARCHAR"/> + <association property="proType" column="pro_id" javaType="java.lang.Long" + select="com.dy.pmsGlobal.daoPlt.PltProductMapper.selectProTypeById" fetchType="eager" /> </resultMap> <sql id="Base_Column_List"> -- Gitblit v1.8.0