src/main/resources/mapper/LocDetlMapper.xml
@@ -54,7 +54,7 @@ from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 and b.loc_type = 'F' and b.loc_sts = 'F' <include refid="stockOutCondition"></include> ) t where t.row between ((#{pageNumber}-1)*#{pageSize}+1) and (#{pageNumber}*#{pageSize}) </select> @@ -65,7 +65,7 @@ from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where 1=1 and b.loc_type = 'F' and b.loc_sts = 'F' <include refid="stockOutCondition"></include> </select> </mapper>