fix
Helius
2021-07-12 e47e795b062e68b55aa28c955a2c8407c6ed9cb5
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>