From 5ad8d7ffce0bf9c76da40628363f1ca494fa5043 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 26 六月 2024 09:29:00 +0800
Subject: [PATCH] long to String
---
pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml
index a1dea71..27fccb2 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml
@@ -21,7 +21,6 @@
select="com.dy.pmsGlobal.daoPr.PrAssemblyPlanMapper.processIsQuote" />
<association property="planNames" column="id" javaType="java.lang.String" fetchType="eager"
select="com.dy.pmsGlobal.daoPr.PrAssemblyPlanMapper.selectPlanNamesByProcessId" />
-
<collection property="nodes" ofType="com.dy.pmsGlobal.pojoPr.PrProductionNode"
select="selectByProcess" fetchType="eager" column="id" />
</resultMap>
@@ -31,7 +30,6 @@
creator,dt,disabled,
deleted,remark
</sql>
-
<select id="selectProcessNameById" resultType="java.lang.String">
select name
--
Gitblit v1.8.0