zy-acs-manager/src/main/resources/mapper/manager/StaReserveMapper.xml
@@ -13,7 +13,6 @@ AND type = #{type} AND deleted = 0 AND status = 1 -- AND state IN ('WAITING','RESERVED') </update> <update id="updateStateToWaiting"> @@ -27,7 +26,6 @@ AND type = #{type} AND deleted = 0 AND status = 1 -- AND state IN ('RESERVED','WAITING') </update> <update id="updateStateBackToWaiting"> @@ -40,7 +38,6 @@ AND type = #{type} AND deleted = 0 AND status = 1 -- AND state = 'WAITING' </update> </mapper>