From c32d8619de76b0f2108faa0ffcd262664d51da00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Fri, 1 Aug 2025 18:10:10 +0800 Subject: [PATCH] 1 --- .../mapper/jarvis/OrderRowsMapper.xml | 43 ++++++++++++++++--- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/jarvis/OrderRowsMapper.xml b/ruoyi-system/src/main/resources/mapper/jarvis/OrderRowsMapper.xml index fac3b4f..27dc4f7 100644 --- a/ruoyi-system/src/main/resources/mapper/jarvis/OrderRowsMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/jarvis/OrderRowsMapper.xml @@ -1,8 +1,7 @@ - - + + + @@ -271,4 +270,38 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" cid1 = #{cid1}, cid2 = #{cid2}, cid3 = #{cid3}, - sub_union_id = #{subUnionId}, + union_tag = #{unionTag}, + pop_id = #{popId}, + ext1 = #{ext1}, + pay_month = #{payMonth}, + cp_act_id = #{cpActId}, + union_role = #{unionRole}, + gift_coupon_ocs_amount = #{giftCouponOcsAmount}, + gift_coupon_key = #{giftCouponKey}, + balance_ext = #{balanceExt}, + sign = #{sign}, + pro_price_amount = #{proPriceAmount}, + rid = #{rid}, + goods_info_id = #{goodsInfoId}, + express_status = #{expressStatus}, + channel_id = #{channelId}, + sku_tag = #{skuTag}, + item_id = #{itemId}, + caller_item_id = #{callerItemId}, + order_tag = #{orderTag}, + + where id = #{id} + + + + delete from order_rows where id = #{id} + + + + delete from order_rows where id in + + #{id} + + +