| | |
| | | <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> |
| | | |
| | |
| | | where 1=1 |
| | | and order_id = #{orderId} |
| | | and matnr = #{matnr} |
| | | <include refid="standbyAll"></include> |
| | | <!-- <include refid="standbyAll"></include>--> |
| | | </select> |
| | | |
| | | <select id="selectItemByOrderNo" resultMap="BaseResultMap"> |
| | |
| | | <include refid="standbyAll"></include> |
| | | </update> |
| | | |
| | | <select id="selectOrderDetls" resultMap="BaseResultMap"> |
| | | SELECT * |
| | | FROM man_order_detl_pakin |
| | | where 1=1 |
| | | and box_type3 = #{orderNo} |
| | | and standby3 = #{sku} |
| | | and standby2 = #{upc} |
| | | 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> |