野心家
2025-05-13 d344ce3d537b9d149b8029f169cb52aba5753021
src/main/resources/mapper/LocMastMapper.xml
@@ -57,7 +57,7 @@
    <select id="queryDemoLoc" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_type1 = #{locType1} and loc_sts = 'O' and (ctn_kind=0 or ctn_kind is null)
        ORDER BY NEWID()
        ORDER BY lev1 asc,bay1 asc
    </select>
    <select id="selectByLocNo" resultMap="BaseResultMap">