#
lty
2025-09-15 11f6eb0bcda5e562d26ebc2c5ccd0672d66da76d
src/main/resources/mapper/BasArmMastMapper.xml
@@ -25,4 +25,13 @@
    </resultMap>
    <update id="updateArmMastStatus">
        update asr_bas_arm_mast
        set status = #{endStatus}
        where 1=1
          and arm_no = #{armNo}
          and sorting_line = #{sortingLine}
          and status = #{status}
    </update>
</mapper>