自动化立体仓库 - WMS系统
whycq
2023-10-11 8f0d649d83de955cfcbf38ebdbfc90a70c6ac547
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>