*
lsh
2025-09-09 bf8895d798f6308717f83b2bdb413ff5f304b3e4
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>