From 94b40bfd04fdfa4333b93bda02fab764094369e7 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 21 八月 2024 15:04:11 +0800
Subject: [PATCH] order xml fix

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

diff --git a/pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml
index 6fca7d9..38ea656 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml
@@ -22,7 +22,7 @@
         <collection property="items" ofType="com.dy.pmsGlobal.pojoPr.PrOrderItem" fetchType="eager" select="com.dy.pmsGlobal.daoPr.PrOrderItemMapper.selectItems" column="id" />
     </resultMap>
     <sql id="Base_Column_List">
-        id,`name`,customer_name,
+        id,`name`,customer_name,project_name,
         director,d_mobile,delivery_date,
         status,creator,dt,
         deleted,remark

--
Gitblit v1.8.0