| src/main/resources/mapper/LocDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/LocDetlMapper.xml
@@ -406,13 +406,14 @@ , a.volume ,manu_date manuDate ,batch ,brand , sum(a.anfme) as anfme ,sum(a.weight) weight ,sum(a.man_length) manLength from asr_loc_detl a where 1=1 <include refid="stockOutCondition"></include> group by a.matnr,a.maktx,a.model,a.volume,manu_date,batch group by a.matnr,a.maktx,a.model,a.volume,manu_date,batch,brand ) t where t.row between ((#{pageNumber}-1)*#{pageSize}+1) and (#{pageNumber}*#{pageSize}) </select>