From db3e6f6d5a8f29a5dc576aba2eab76a8133ce03c Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 08 三月 2024 21:46:10 +0800 Subject: [PATCH] 11.27,9 --- 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 0fbec6a..6cffee2 100644 --- a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml +++ b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml @@ -177,7 +177,7 @@ SELECT t1.id, t1.operatorId, t1.province, t1.city, t2.name,t1.ids,t1.name as siteName 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 = 1 and t1.reservation=1 + where t1.state=1 and t2.state=1 and t1.isCanBeBooked = 0 and t1.reservation=0 <if test="provinceCode != null and provinceCode!=''"> and t1.provinceCode = #{provinceCode} </if> -- Gitblit v1.7.1