src/main/resources/mapper/LocDetlMapper.xml
@@ -201,11 +201,11 @@ , a.loc_no as locNo , a.batch , a.anfme , a.modi_time as modiTime from asr_loc_detl a where 1=1 and batch!='' and batch is not null <include refid="stockOutCondition"></include> group by a.matnr,a.batch,a.anfme, a.loc_no group by a.matnr,a.batch,a.anfme, a.loc_no, a.modi_time ) t where t.row between ((#{pageNumber}-1)*#{pageSize}+1) and (#{pageNumber}*#{pageSize}) </select>