自动化立体仓库 - WMS系统
野心家
2023-05-06 6c31225fe42d32b936c5f38507c960e47e2dd106
src/main/resources/mapper/OrderDetlMapper.xml
@@ -68,7 +68,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>