whycq
2023-03-10 84b74dfb03ee81307e88b128d57d55cbbe47678e
src/main/resources/mapper/LocMastMapper.xml
@@ -59,4 +59,8 @@
        ORDER BY NEWID()
    </select>
    <select id="queryDemoLoc0" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_sts = 'O'and loc_type1 = #{locType1}
        ORDER BY NEWID()
    </select>
</mapper>