From 067abdd781fd804bf362657f41f23be748977983 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期三, 15 五月 2024 09:00:28 +0800
Subject: [PATCH] 工站管理

---
 pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml
index 49dde20..5f127d2 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml
@@ -10,7 +10,7 @@
         <result property="item" column="item" jdbcType="VARCHAR"/>
         <result property="deleted" column="deleted" jdbcType="TINYINT"/>
         <association property="proName" column="pro_id" javaType="java.lang.Long"
-                     select="selectProNameById" />
+                     select="selectProNameById" fetchType="eager" />
     </resultMap>
 
     <sql id="Base_Column_List">

--
Gitblit v1.8.0