123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.ruoyi.ams.order.mapper.WmsDocOrderDetailsMapper">
- <resultMap type="WmsDocOrderDetails" id="WmsDocOrderDetailsResult">
- <result property="orderNo" column="order_no" />
- <result property="orderLineNo" column="order_line_no" />
- <result property="customerId" column="customer_id" />
- <result property="sku" column="sku" />
- <result property="lineStatus" column="line_status" />
- <result property="qtyOrdered" column="qty_ordered" />
- <result property="qtyOrderedEach" column="qty_ordered_each" />
- <result property="qtySoftAllocated" column="qty_soft_allocated" />
- <result property="qtySoftallocatedEach" column="qty_softallocated_each" />
- <result property="qtyAllocated" column="qty_allocated" />
- <result property="qtyAllocatedEach" column="qty_allocated_each" />
- <result property="qtyPicked" column="qty_picked" />
- <result property="qtyPickedEach" column="qty_picked_each" />
- <result property="qtyPacked" column="qty_packed" />
- <result property="qtyPackedEach" column="qty_packed_each" />
- <result property="qtyShipped" column="qty_shipped" />
- <result property="qtyShippedEach" column="qty_shipped_each" />
- <result property="uom" column="uom" />
- <result property="lotatt01" column="lotatt01" />
- <result property="lotatt02" column="lotatt02" />
- <result property="lotatt03" column="lotatt03" />
- <result property="lotatt04" column="lotatt04" />
- <result property="lotatt05" column="lotatt05" />
- <result property="lotatt06" column="lotatt06" />
- <result property="lotatt07" column="lotatt07" />
- <result property="lotatt08" column="lotatt08" />
- <result property="lotatt09" column="lotatt09" />
- <result property="lotatt10" column="lotatt10" />
- <result property="lotatt11" column="lotatt11" />
- <result property="lotatt12" column="lotatt12" />
- <result property="lotatt13" column="lotatt13" />
- <result property="lotatt14" column="lotatt14" />
- <result property="lotatt15" column="lotatt15" />
- <result property="lotatt16" column="lotatt16" />
- <result property="lotatt17" column="lotatt17" />
- <result property="lotatt18" column="lotatt18" />
- <result property="packId" column="pack_id" />
- <result property="pickZone" column="pick_zone" />
- <result property="location" column="location" />
- <result property="lotnum" column="lotnum" />
- <result property="remark" column="remark" />
- <result property="createTime" column="create_time" />
- <result property="createBy" column="create_by" />
- <result property="updateTime" column="update_time" />
- <result property="updateBy" column="update_by" />
- <result property="netWeight" column="net_weight" />
- <result property="grossWeight" column="gross_weight" />
- <result property="cubic" column="cubic" />
- <result property="dEdi01" column="d_edi_01" />
- <result property="dEdi02" column="d_edi_02" />
- <result property="dEdi03" column="d_edi_03" />
- <result property="dEdi04" column="d_edi_04" />
- <result property="dEdi05" column="d_edi_05" />
- <result property="dEdi06" column="d_edi_06" />
- <result property="dEdi07" column="d_edi_07" />
- <result property="dEdi08" column="d_edi_08" />
- <result property="dEdi09" column="d_edi_09" />
- <result property="dEdi10" column="d_edi_10" />
- <result property="dEdi11" column="d_edi_11" />
- <result property="dEdi12" column="d_edi_12" />
- <result property="dEdi13" column="d_edi_13" />
- <result property="dEdi14" column="d_edi_14" />
- <result property="dEdi15" column="d_edi_15" />
- <result property="dEdi16" column="d_edi_16" />
- <result property="dEdi17" column="d_edi_17" />
- <result property="dEdi18" column="d_edi_18" />
- <result property="dEdi19" column="d_edi_19" />
- <result property="dEdi20" column="d_edi_20" />
- <result property="traceId" column="trace_id" />
- <result property="softAllocationRule" column="soft_allocation_rule" />
- <result property="allocationRule" column="allocation_rule" />
- <result property="userdefine1" column="userdefine1" />
- <result property="userdefine2" column="userdefine2" />
- <result property="userdefine3" column="userdefine3" />
- <result property="userdefine4" column="userdefine4" />
- <result property="userdefine5" column="userdefine5" />
- </resultMap>
- <resultMap type="com.ruoyi.ams.order.vo.StockOrderVO" id="StockOrderVOResult">
- <result property="orderNo" column="order_no"></result>
- <result property="orderLineNo" column="order_line_no"></result>
- <result property="allocationId" column="allocation_id"></result>
- <result property="sku" column="sku"></result>
- <result property="sn" column="sn"></result>
- <result property="pickQty" column="pick_qty"></result>
- </resultMap>
- <sql id="selectWmsDocOrderDetailsVo">
- select order_no, order_line_no, customer_id, sku, line_status, qty_ordered, qty_ordered_each, qty_soft_allocated, qty_softallocated_each, qty_allocated, qty_allocated_each, qty_picked, qty_picked_each, qty_packed, qty_packed_each, qty_shipped, qty_shipped_each, uom, lotatt01, lotatt02, lotatt03, lotatt04, lotatt05, lotatt06, lotatt07, lotatt08, lotatt09, lotatt10, lotatt11, lotatt12, lotatt13, lotatt14, lotatt15, lotatt16, lotatt17, lotatt18, pack_id, pick_zone, location, lotnum, remark, create_time, create_by, update_time, update_by, net_weight, gross_weight, cubic, d_edi_01, d_edi_02, d_edi_03, d_edi_04, d_edi_05, d_edi_06, d_edi_07, d_edi_08, d_edi_09, d_edi_10, d_edi_11, d_edi_12, d_edi_13, d_edi_14, d_edi_15, d_edi_16, d_edi_17, d_edi_18, d_edi_19, d_edi_20, trace_id, soft_allocation_rule, allocation_rule, userdefine1, userdefine2, userdefine3, userdefine4, userdefine5 from wms_doc_order_details
- </sql>
- <select id="selectWmsDocOrderDetailsList" parameterType="WmsDocOrderDetails" resultMap="WmsDocOrderDetailsResult">
- <include refid="selectWmsDocOrderDetailsVo"/>
- where order_no = #{orderNo} and order_line_no = #{orderLineNo}
- </select>
- <select id="selectWmsDocOrderDetailsByOrderNo" parameterType="String" resultMap="WmsDocOrderDetailsResult">
- <include refid="selectWmsDocOrderDetailsVo"/>
- where order_no = #{orderNo}
- </select>
- <insert id="insertWmsDocOrderDetails" parameterType="WmsDocOrderDetails">
- insert into wms_doc_order_details
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="orderNo != null">order_no,</if>
- <if test="orderLineNo != null">order_line_no,</if>
- <if test="customerId != null and customerId != ''">customer_id,</if>
- <if test="sku != null and sku != ''">sku,</if>
- <if test="lineStatus != null and lineStatus != ''">line_status,</if>
- <if test="qtyOrdered != null">qty_ordered,</if>
- <if test="qtyOrderedEach != null">qty_ordered_each,</if>
- <if test="qtySoftAllocated != null">qty_soft_allocated,</if>
- <if test="qtySoftallocatedEach != null">qty_softallocated_each,</if>
- <if test="qtyAllocated != null">qty_allocated,</if>
- <if test="qtyAllocatedEach != null">qty_allocated_each,</if>
- <if test="qtyPicked != null">qty_picked,</if>
- <if test="qtyPickedEach != null">qty_picked_each,</if>
- <if test="qtyPacked != null">qty_packed,</if>
- <if test="qtyPackedEach != null">qty_packed_each,</if>
- <if test="qtyShipped != null">qty_shipped,</if>
- <if test="qtyShippedEach != null">qty_shipped_each,</if>
- <if test="uom != null">uom,</if>
- <if test="lotatt01 != null">lotatt01,</if>
- <if test="lotatt02 != null">lotatt02,</if>
- <if test="lotatt03 != null">lotatt03,</if>
- <if test="lotatt04 != null">lotatt04,</if>
- <if test="lotatt05 != null">lotatt05,</if>
- <if test="lotatt06 != null">lotatt06,</if>
- <if test="lotatt07 != null">lotatt07,</if>
- <if test="lotatt08 != null">lotatt08,</if>
- <if test="lotatt09 != null">lotatt09,</if>
- <if test="lotatt10 != null">lotatt10,</if>
- <if test="lotatt11 != null">lotatt11,</if>
- <if test="lotatt12 != null">lotatt12,</if>
- <if test="lotatt13 != null">lotatt13,</if>
- <if test="lotatt14 != null">lotatt14,</if>
- <if test="lotatt15 != null">lotatt15,</if>
- <if test="lotatt16 != null">lotatt16,</if>
- <if test="lotatt17 != null">lotatt17,</if>
- <if test="lotatt18 != null">lotatt18,</if>
- <if test="packId != null">pack_id,</if>
- <if test="pickZone != null">pick_zone,</if>
- <if test="location != null">location,</if>
- <if test="lotnum != null">lotnum,</if>
- <if test="remark != null">remark,</if>
- <if test="createTime != null">create_time,</if>
- <if test="createBy != null">create_by,</if>
- <if test="updateTime != null">update_time,</if>
- <if test="updateBy != null">update_by,</if>
- <if test="netWeight != null">net_weight,</if>
- <if test="grossWeight != null">gross_weight,</if>
- <if test="cubic != null">cubic,</if>
- <if test="dEdi01 != null">d_edi_01,</if>
- <if test="dEdi02 != null">d_edi_02,</if>
- <if test="dEdi03 != null">d_edi_03,</if>
- <if test="dEdi04 != null">d_edi_04,</if>
- <if test="dEdi05 != null">d_edi_05,</if>
- <if test="dEdi06 != null">d_edi_06,</if>
- <if test="dEdi07 != null">d_edi_07,</if>
- <if test="dEdi08 != null">d_edi_08,</if>
- <if test="dEdi09 != null">d_edi_09,</if>
- <if test="dEdi10 != null">d_edi_10,</if>
- <if test="dEdi11 != null">d_edi_11,</if>
- <if test="dEdi12 != null">d_edi_12,</if>
- <if test="dEdi13 != null">d_edi_13,</if>
- <if test="dEdi14 != null">d_edi_14,</if>
- <if test="dEdi15 != null">d_edi_15,</if>
- <if test="dEdi16 != null">d_edi_16,</if>
- <if test="dEdi17 != null">d_edi_17,</if>
- <if test="dEdi18 != null">d_edi_18,</if>
- <if test="dEdi19 != null">d_edi_19,</if>
- <if test="dEdi20 != null">d_edi_20,</if>
- <if test="traceId != null">trace_id,</if>
- <if test="softAllocationRule != null">soft_allocation_rule,</if>
- <if test="allocationRule != null">allocation_rule,</if>
- <if test="userdefine1 != null">userdefine1,</if>
- <if test="userdefine2 != null">userdefine2,</if>
- <if test="userdefine3 != null">userdefine3,</if>
- <if test="userdefine4 != null">userdefine4,</if>
- <if test="userdefine5 != null">userdefine5,</if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="orderNo != null">#{orderNo},</if>
- <if test="orderLineNo != null">#{orderLineNo},</if>
- <if test="customerId != null and customerId != ''">#{customerId},</if>
- <if test="sku != null and sku != ''">#{sku},</if>
- <if test="lineStatus != null and lineStatus != ''">#{lineStatus},</if>
- <if test="qtyOrdered != null">#{qtyOrdered},</if>
- <if test="qtyOrderedEach != null">#{qtyOrderedEach},</if>
- <if test="qtySoftAllocated != null">#{qtySoftAllocated},</if>
- <if test="qtySoftallocatedEach != null">#{qtySoftallocatedEach},</if>
- <if test="qtyAllocated != null">#{qtyAllocated},</if>
- <if test="qtyAllocatedEach != null">#{qtyAllocatedEach},</if>
- <if test="qtyPicked != null">#{qtyPicked},</if>
- <if test="qtyPickedEach != null">#{qtyPickedEach},</if>
- <if test="qtyPacked != null">#{qtyPacked},</if>
- <if test="qtyPackedEach != null">#{qtyPackedEach},</if>
- <if test="qtyShipped != null">#{qtyShipped},</if>
- <if test="qtyShippedEach != null">#{qtyShippedEach},</if>
- <if test="uom != null">#{uom},</if>
- <if test="lotatt01 != null">#{lotatt01},</if>
- <if test="lotatt02 != null">#{lotatt02},</if>
- <if test="lotatt03 != null">#{lotatt03},</if>
- <if test="lotatt04 != null">#{lotatt04},</if>
- <if test="lotatt05 != null">#{lotatt05},</if>
- <if test="lotatt06 != null">#{lotatt06},</if>
- <if test="lotatt07 != null">#{lotatt07},</if>
- <if test="lotatt08 != null">#{lotatt08},</if>
- <if test="lotatt09 != null">#{lotatt09},</if>
- <if test="lotatt10 != null">#{lotatt10},</if>
- <if test="lotatt11 != null">#{lotatt11},</if>
- <if test="lotatt12 != null">#{lotatt12},</if>
- <if test="lotatt13 != null">#{lotatt13},</if>
- <if test="lotatt14 != null">#{lotatt14},</if>
- <if test="lotatt15 != null">#{lotatt15},</if>
- <if test="lotatt16 != null">#{lotatt16},</if>
- <if test="lotatt17 != null">#{lotatt17},</if>
- <if test="lotatt18 != null">#{lotatt18},</if>
- <if test="packId != null">#{packId},</if>
- <if test="pickZone != null">#{pickZone},</if>
- <if test="location != null">#{location},</if>
- <if test="lotnum != null">#{lotnum},</if>
- <if test="remark != null">#{remark},</if>
- <if test="createTime != null">#{createTime},</if>
- <if test="createBy != null">#{createBy},</if>
- <if test="updateTime != null">#{updateTime},</if>
- <if test="updateBy != null">#{updateBy},</if>
- <if test="netWeight != null">#{netWeight},</if>
- <if test="grossWeight != null">#{grossWeight},</if>
- <if test="cubic != null">#{cubic},</if>
- <if test="dEdi01 != null">#{dEdi01},</if>
- <if test="dEdi02 != null">#{dEdi02},</if>
- <if test="dEdi03 != null">#{dEdi03},</if>
- <if test="dEdi04 != null">#{dEdi04},</if>
- <if test="dEdi05 != null">#{dEdi05},</if>
- <if test="dEdi06 != null">#{dEdi06},</if>
- <if test="dEdi07 != null">#{dEdi07},</if>
- <if test="dEdi08 != null">#{dEdi08},</if>
- <if test="dEdi09 != null">#{dEdi09},</if>
- <if test="dEdi10 != null">#{dEdi10},</if>
- <if test="dEdi11 != null">#{dEdi11},</if>
- <if test="dEdi12 != null">#{dEdi12},</if>
- <if test="dEdi13 != null">#{dEdi13},</if>
- <if test="dEdi14 != null">#{dEdi14},</if>
- <if test="dEdi15 != null">#{dEdi15},</if>
- <if test="dEdi16 != null">#{dEdi16},</if>
- <if test="dEdi17 != null">#{dEdi17},</if>
- <if test="dEdi18 != null">#{dEdi18},</if>
- <if test="dEdi19 != null">#{dEdi19},</if>
- <if test="dEdi20 != null">#{dEdi20},</if>
- <if test="traceId != null">#{traceId},</if>
- <if test="softAllocationRule != null">#{softAllocationRule},</if>
- <if test="allocationRule != null">#{allocationRule},</if>
- <if test="userdefine1 != null">#{userdefine1},</if>
- <if test="userdefine2 != null">#{userdefine2},</if>
- <if test="userdefine3 != null">#{userdefine3},</if>
- <if test="userdefine4 != null">#{userdefine4},</if>
- <if test="userdefine5 != null">#{userdefine5},</if>
- </trim>
- </insert>
- <update id="updateWmsDocOrderDetails" parameterType="WmsDocOrderDetails">
- update wms_doc_order_details
- <trim prefix="SET" suffixOverrides=",">
- <if test="customerId != null and customerId != ''">customer_id = #{customerId},</if>
- <if test="sku != null and sku != ''">sku = #{sku},</if>
- <if test="lineStatus != null and lineStatus != ''">line_status = #{lineStatus},</if>
- <if test="qtyOrdered != null">qty_ordered = #{qtyOrdered},</if>
- <if test="qtyOrderedEach != null">qty_ordered_each = #{qtyOrderedEach},</if>
- <if test="qtySoftAllocated != null">qty_soft_allocated = #{qtySoftAllocated},</if>
- <if test="qtySoftallocatedEach != null">qty_softallocated_each = #{qtySoftallocatedEach},</if>
- <if test="qtyAllocated != null">qty_allocated = #{qtyAllocated},</if>
- <if test="qtyAllocatedEach != null">qty_allocated_each = #{qtyAllocatedEach},</if>
- <if test="qtyPicked != null">qty_picked = #{qtyPicked},</if>
- <if test="qtyPickedEach != null">qty_picked_each = #{qtyPickedEach},</if>
- <if test="qtyPacked != null">qty_packed = #{qtyPacked},</if>
- <if test="qtyPackedEach != null">qty_packed_each = #{qtyPackedEach},</if>
- <if test="qtyShipped != null">qty_shipped = #{qtyShipped},</if>
- <if test="qtyShippedEach != null">qty_shipped_each = #{qtyShippedEach},</if>
- <if test="uom != null">uom = #{uom},</if>
- <if test="lotatt01 != null">lotatt01 = #{lotatt01},</if>
- <if test="lotatt02 != null">lotatt02 = #{lotatt02},</if>
- <if test="lotatt03 != null">lotatt03 = #{lotatt03},</if>
- <if test="lotatt04 != null">lotatt04 = #{lotatt04},</if>
- <if test="lotatt05 != null">lotatt05 = #{lotatt05},</if>
- <if test="lotatt06 != null">lotatt06 = #{lotatt06},</if>
- <if test="lotatt07 != null">lotatt07 = #{lotatt07},</if>
- <if test="lotatt08 != null">lotatt08 = #{lotatt08},</if>
- <if test="lotatt09 != null">lotatt09 = #{lotatt09},</if>
- <if test="lotatt10 != null">lotatt10 = #{lotatt10},</if>
- <if test="lotatt11 != null">lotatt11 = #{lotatt11},</if>
- <if test="lotatt12 != null">lotatt12 = #{lotatt12},</if>
- <if test="lotatt13 != null">lotatt13 = #{lotatt13},</if>
- <if test="lotatt14 != null">lotatt14 = #{lotatt14},</if>
- <if test="lotatt15 != null">lotatt15 = #{lotatt15},</if>
- <if test="lotatt16 != null">lotatt16 = #{lotatt16},</if>
- <if test="lotatt17 != null">lotatt17 = #{lotatt17},</if>
- <if test="lotatt18 != null">lotatt18 = #{lotatt18},</if>
- <if test="packId != null">pack_id = #{packId},</if>
- <if test="pickZone != null">pick_zone = #{pickZone},</if>
- <if test="location != null">location = #{location},</if>
- <if test="lotnum != null">lotnum = #{lotnum},</if>
- <if test="remark != null">remark = #{remark},</if>
- <if test="createTime != null">create_time = #{createTime},</if>
- <if test="createBy != null">create_by = #{createBy},</if>
- <if test="updateTime != null">update_time = #{updateTime},</if>
- <if test="updateBy != null">update_by = #{updateBy},</if>
- <if test="netWeight != null">net_weight = #{netWeight},</if>
- <if test="grossWeight != null">gross_weight = #{grossWeight},</if>
- <if test="cubic != null">cubic = #{cubic},</if>
- <if test="dEdi01 != null">d_edi_01 = #{dEdi01},</if>
- <if test="dEdi02 != null">d_edi_02 = #{dEdi02},</if>
- <if test="dEdi03 != null">d_edi_03 = #{dEdi03},</if>
- <if test="dEdi04 != null">d_edi_04 = #{dEdi04},</if>
- <if test="dEdi05 != null">d_edi_05 = #{dEdi05},</if>
- <if test="dEdi06 != null">d_edi_06 = #{dEdi06},</if>
- <if test="dEdi07 != null">d_edi_07 = #{dEdi07},</if>
- <if test="dEdi08 != null">d_edi_08 = #{dEdi08},</if>
- <if test="dEdi09 != null">d_edi_09 = #{dEdi09},</if>
- <if test="dEdi10 != null">d_edi_10 = #{dEdi10},</if>
- <if test="dEdi11 != null">d_edi_11 = #{dEdi11},</if>
- <if test="dEdi12 != null">d_edi_12 = #{dEdi12},</if>
- <if test="dEdi13 != null">d_edi_13 = #{dEdi13},</if>
- <if test="dEdi14 != null">d_edi_14 = #{dEdi14},</if>
- <if test="dEdi15 != null">d_edi_15 = #{dEdi15},</if>
- <if test="dEdi16 != null">d_edi_16 = #{dEdi16},</if>
- <if test="dEdi17 != null">d_edi_17 = #{dEdi17},</if>
- <if test="dEdi18 != null">d_edi_18 = #{dEdi18},</if>
- <if test="dEdi19 != null">d_edi_19 = #{dEdi19},</if>
- <if test="dEdi20 != null">d_edi_20 = #{dEdi20},</if>
- <if test="traceId != null">trace_id = #{traceId},</if>
- <if test="softAllocationRule != null">soft_allocation_rule = #{softAllocationRule},</if>
- <if test="allocationRule != null">allocation_rule = #{allocationRule},</if>
- <if test="userdefine1 != null">userdefine1 = #{userdefine1},</if>
- <if test="userdefine2 != null">userdefine2 = #{userdefine2},</if>
- <if test="userdefine3 != null">userdefine3 = #{userdefine3},</if>
- <if test="userdefine4 != null">userdefine4 = #{userdefine4},</if>
- <if test="userdefine5 != null">userdefine5 = #{userdefine5},</if>
- </trim>
- where order_no = #{orderNo} and order_line_no = #{orderLineNo}
- </update>
- <delete id="deleteWmsDocOrderDetailsByOrderNo" parameterType="String">
- delete from wms_doc_order_details where order_no = #{orderNo}
- </delete>
- <delete id="deleteWmsDocOrderDetailsByOrderNos" parameterType="String">
- delete from wms_doc_order_details where order_no in
- <foreach item="orderNo" collection="array" open="(" separator="," close=")">
- #{orderNo}
- </foreach>
- </delete>
- <update id="updateOrderDetailsStock">
- update wms_doc_order_details set qty_allocated = qty_allocated + #{qty},qty_allocated_each = qty_allocated_each + #{qty},line_status = #{status}
- where order_no = #{orderNo} and order_line_no = #{orderLoneNo}
- </update>
- <select id="selectStockOrder" resultMap="StockOrderVOResult">
- select
- h.order_no,de.order_line_no,ad.allocation_id,de.sku,de.d_edi_02,ifnull(ad.pick_qty,0) pick_qty
- from wms_doc_order_header h
- left join wms_doc_order_details de on h.order_no = de.order_no
- left join act_allocation_details ad on de.order_no = ad.order_no and de.order_line_no = ad.line_no
- left join base_sku sk on de.sku = sk.sku
- left join wms_box_info box on ad.pick_to_location = box.location_id
- where box.box_no = #{palletNo}
- </select>
- <select id="selectWmsDocOrderDetailsByNoLineNo" resultMap="WmsDocOrderDetailsResult">
- select * from wms_doc_order_details where order_no = #{orderNo} and order_line_no = #{orderLineNo}
- </select>
- <delete id="deleteWmsDocAsnDetailsByOrderNoLineNo">
- delete from wms_doc_order_details where order_no = #{orderNo} and order_line_no = #{orderLineNo}
- </delete>
- </mapper>
|