#
luxiaotao1123
2026-01-07 afcc2e8cd7a3ef2c93c7affb771347413b89a598
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>