自动化立体仓库 - WMS系统
pang.jiabao
2024-08-18 9ec865af4254180c6f47c85a2ef04dd46f4ca1c4
src/main/resources/mapper/OrderDetlMapper.xml
@@ -46,6 +46,7 @@
        <result column="update_time" property="updateTime" />
        <result column="memo" property="memo" />
        <result column="tk_type" property="tkType" />
        <result column="roll_up" property="rollUp" />
    </resultMap>
@@ -174,7 +175,7 @@
        set qty = qty + #{qty}
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}
        and model = #{matnr}
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}