自动化立体仓库 - WMS系统
lty
5 天以前 3277c951b2d31c55ec8b752a5a6a47488cfd7e69
src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -53,6 +53,9 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="width" property="width" />
        <result column="height" property="height" />
        <result column="erp_anfme" property="erpAnfme" />
    </resultMap>
@@ -252,4 +255,12 @@
        order by update_time
    </select>
    <select id="selectOrderDetlsByOrderNo" resultMap="BaseResultMap">
        SELECT *
        FROM man_order_detl_pakin
        where 1=1
          and order_no = #{orderNo}
        order by update_time
    </select>
</mapper>