自动化立体仓库 - WMS系统
#
LSH
2023-05-26 5f11ea001adbff091b62d6632d1a589614ba0074
src/main/resources/mapper/OrderDetlMapper.xml
@@ -71,7 +71,7 @@
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}
        <if test="batch!=null">
        <if test="batch!=null and batch!=''">
            and batch = #{batch}
        </if>
    </select>