From ccf8413a33e85589d0ed219bd1a0aff88e6a1e39 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 15 Dec 2021 14:48:58 +0800
Subject: [PATCH] Merge branch 'score-shop' into xc-prd

---
 gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml b/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
index 662a82e..4daa8b1 100644
--- a/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
+++ b/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
@@ -78,7 +78,7 @@
 
     <select id="queryOperaIteml" parameterType="com.xzx.gc.model.admin.ItemModel"
             resultType="com.xzx.gc.model.admin.ItemModel">
-        select a.id,a.title,a.del_flag as delFlag,a.show_flag as showFlag,a.item_unit as itemUnit,
+        select a.id,a.title,a.del_flag as delFlag,a.show_flag as showFlag,a.item_unit as itemUnit,a.min_price minPrice,a.max_price maxPrice,
         (select b.title from xzx_sys_environmental_info b where b.id=a.parent_id) as type,
         a.price as price,a.second_price as secondPrice,IFNULL(a.put_storage_price,0.00) as putStoragePrice,a.sort as
         sort,

--
Gitblit v1.9.1