自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-06-17 cbee02f2732d732364c4a4fd3aa6b859b378ce34
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/OrderDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/OrderDetlMapper.xml
@@ -83,7 +83,7 @@
    <sql id="pakOutPageCondition">
        <if test="order_id!=null and order_id!='' ">
            and mod.order_id like '%' + #{order_id} + '%'
            and mod.order_id = #{order_id}
        </if>
        <if test="matnr!=null and matnr!='' ">
            and mod.matnr like '%' + #{matnr} + '%'