src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -242,4 +242,14 @@ <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> </mapper>