zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
@@ -24,6 +24,13 @@ and qty < anfme </select> <select id="selectDetls" resultType="com.zy.asrs.common.wms.entity.OrderDetl"> select * from wms_order_detl where 1=1 and order_id = #{orderId} and host_id = #{hostId} </select> <select id="selectItem" resultType="com.zy.asrs.common.wms.entity.OrderDetl"> select * from wms_order_detl where 1=1 @@ -137,7 +144,7 @@ </update> <update id="increaseWorkQty"> update man_order_detl update wms_order_detl set work_qty = work_qty + #{workQty} where 1=1 and order_id = #{orderId}