#
luxiaotao1123
2022-02-16 1c418796b632684fe332c42dcff0dfcaa5c1d5fd
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>