src/main/resources/mapper/LocDetlMapper.xml
@@ -559,6 +559,15 @@ order by row1 </select> <select id="select100" resultMap="BaseResultMap"> select TOP 100 a.* from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 and b.loc_sts = 'F' and a.length != 1 </select>