From 5253013811d7fee3599d73ad3c92eecb5e6f964e Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期六, 12 十月 2024 15:48:53 +0800 Subject: [PATCH] statistic workload --- 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