From 510084d153326eba131c241a3350bdc1164e49ff Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 09 Aug 2021 16:30:15 +0800
Subject: [PATCH] 20210809

---
 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 2cf06ac..662a82e 100644
--- a/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
+++ b/gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
@@ -115,7 +115,7 @@
 
     <select id="queryOperateItemList" parameterType="com.xzx.gc.model.admin.ItemModel"
             resultType="com.xzx.gc.model.admin.ItemModel">
-        select a.id,a.title,a.sort,a.item_type,a.city_id,a.partner_id,a.del_flag,
+        select a.id,a.title,a.sort,a.item_type,a.city_id,a.partner_id,a.del_flag,a.min_price minPrice,a.max_price maxPrice,
         (select b.partner_name from xzx_city_partner b where a.partner_id=b.id) as partnerName
         from xzx_sys_environmental_info a where 1=1
         <if test="id!= null and id != ''">

--
Gitblit v1.9.1