自动化立体仓库 - WMS系统
#
zwl
昨天 4292375a9194d3e72e0b26211ba538a09fdf3ea3
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -356,7 +356,7 @@
            left join asr_loc_mast b on a.loc_no = b.loc_no
            where 1=1
            and b.loc_sts = 'F'
            and (b.whs_type is null or b.whs_type <> 2)
            and (b.whs_type is null or b.whs_type != 2)
            <include refid="stockOutCondition"></include>
        ) t where t.row between ((#{pageNumber}-1)*#{pageSize}+1) and (#{pageNumber}*#{pageSize})
    </select>
@@ -368,7 +368,7 @@
        left join asr_loc_mast b on a.loc_no = b.loc_no
        where 1=1
        and b.loc_sts = 'F'
        and (b.whs_type is null or b.whs_type <> 2)
        and (b.whs_type is null or b.whs_type != 2)
        <include refid="stockOutCondition"></include>
    </select>