zzgtfwq
1 天以前 b69c72cdf1712d0dd9e73fde691cd31f1b8a6360
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>