wzy
2021-04-24 1a20adbee4043a7b4a9e51565e7ac0f99d06c36d
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>