From a4a1350a04f94e7ee553d6091069b3fd5c26a6b2 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Mon, 29 Mar 2021 14:10:56 +0800
Subject: [PATCH] modify

---
 zq-erp/src/main/resources/mybatis/mapper/hive/SysBedStateDao.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/SysBedStateDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/SysBedStateDao.xml
index e78e21d..656a1a4 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/hive/SysBedStateDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/hive/SysBedStateDao.xml
@@ -214,9 +214,9 @@
 			<if test="record.serviceId != null and record.serviceId !='' ">
 				and a.SERVICE_ID = #{record.serviceId}
 			</if>
-			<if test="record.bedInfo != null and record.bedInfo.shopId !=null ">
-				and b.SHOP_ID = #{record.bedInfo.shopId}
-			</if> 
+<!--			<if test="record.bedInfo != null and record.bedInfo.shopId !=null ">-->
+<!--				and b.SHOP_ID = #{record.bedInfo.shopId}-->
+<!--			</if> -->
 		</if> 
 	</sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1