src/main/resources/mapper/LocMastMapper.xml
@@ -58,5 +58,8 @@ select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_sts = 'O' ORDER BY NEWID() </select> <update id="updateLocMast"> update asr_loc_mast set loc_sts = #{locSts} where loc_no = #{locNo} </update> </mapper>