From a058edded3901601f8597c66bcae687c5dbc4407 Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期三, 26 六月 2024 11:37:55 +0800
Subject: [PATCH] 记录维修步骤

---
 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