From 9d6848ea3b085d66f515403d1991ed492d4bc395 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期六, 11 十月 2025 09:04:48 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/resources/mapper/TStoreMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml index 637f694..b3e7dbb 100644 --- a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml +++ b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml @@ -218,7 +218,7 @@ ,t2.type as `type` from t_site t1 left join t_store t2 on t1.storeId =t2.id - where t1.state=1 and t2.state=1 and t1.isCanBeBooked = 0 and t1.reservation=0 + where t1.state=1 and t2.state=1 <if test="provinceCode != null and provinceCode!=''"> and t1.provinceCode = #{provinceCode} </if> -- Gitblit v1.7.1