#
vincentlu
2025-12-29 9923a4562e8dfac0c32fd2e90f60ca2c5fb79b89
zy-acs-manager/src/main/resources/mapper/manager/StaReserveMapper.xml
@@ -20,6 +20,7 @@
        UPDATE man_sta_reserve
        SET state = #{state},
            waiting_at = IFNULL(waiting_at, NOW()),
            expire_time = DATE_ADD(NOW(), INTERVAL #{extendMs} MILLISECOND),
            update_time = NOW()
        WHERE task_id = #{taskId}
        AND sta_id = #{staId}