From 01fb3942136929b10d1fd704330f9d400b38bfb0 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期四, 23 十月 2025 18:09:19 +0800
Subject: [PATCH] 修改bug
---
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml b/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
index e79ec0a..b4ee5e6 100644
--- a/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
+++ b/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -26,12 +26,15 @@
isOpen as isOpen,
isOpenExclusive as isOpenExclusive,
isOpenPrice as isOpenPrice
- from t_system_price where state = 1 and companyId = #{companyId}
+ from t_system_price where state = 1
<if test="null != type">
and `type` = #{type}
</if>
<if test="null != serverCarModelId">
and serverCarModelId = #{serverCarModelId}
</if>
+ <if test="null != systemPriceCityId">
+ and systemPriceCityId = #{systemPriceCityId}
+ </if>
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.7.1