From 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc Mon Sep 17 00:00:00 2001
From: yanghb <yanghb>
Date: 星期五, 21 四月 2023 11:51:14 +0800
Subject: [PATCH] 代码调整

---
 DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
index 5821cab..5aec125 100644
--- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
+++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -14,16 +14,7 @@
     <select id="query" resultType="map">
         select
         id as id,
-        content as content,
-        contentPutOne as contentPutOne,
-        contentNotOne as contentNotOne,
-        contentPutTwo as contentPutTwo,
-        contentNotTwo as contentNotTwo,
-        contentPutThree as contentPutThree,
-        contentNotThree as contentNotThree,
-        contentExclusive as contentExclusive,
-        contentPrice as contentPrice,
-        isOpen as isOpen
+        content as content
         from t_system_price where companyId = #{companyId}
         <if test="null != type">
             and `type` = #{type}

--
Gitblit v1.7.1