#
luxiaotao1123
2022-01-17 da012358699d5881a4e1c72ed3b9275b3da49a17
src/main/resources/mapper/LocMastMapper.xml
@@ -50,7 +50,8 @@
    </select>
    <select id="queryDemoSourceLoc" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast where crn_no = #{crnNo} and (loc_sts='F' or loc_sts='D')
        select top 1 * from asr_loc_mast where crn_no = #{crnNo}
        and loc_sts='D'
        ORDER BY NEWID()
    </select>