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>