自动化立体仓库 - WMS系统
pang.jiabao
2024-11-06 3d04b112c510fd14617ab79dad1ecd51143eca2a
src/main/resources/mapper/OrderDetlMapper.xml
@@ -124,6 +124,22 @@
        and mdt.pakout = 1
        <include refid="pakOutPageCondition"></include>
    </select>
    <select id="selectPrintData" resultType="com.zy.asrs.entity.param.PrintDataDto">
        select
            top 1 md.matnr ,
                md.maktx ,
            md.batch ,
            md.specs ,
            md.unit ,
            md.anfme ,
            mo.cstmr_name as cstmrName
        from
            man_order_detl md
                inner join man_order mo on
                md.order_id = mo.id
        where
            md.id = #{id}
    </select>
    <update id="increase">
        update man_order_detl