From 0fd7f53d4f626d0a787f92ffe28a0033a252dd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Sat, 12 Oct 2024 09:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B010.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/integral/mapper/xml/IntegralOrdersMapper.xml | 4 ++-- gasStation-uni/pagesHome/order/order.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml index b081779a1..26d2a582e 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralOrdersMapper.xml @@ -507,7 +507,7 @@ insert into integral_orders(user_id, order_number, gift_id, shipping_type, paid_info, amount, integral, come_on, exchange_quantity, order_status, status, order_type, processing_result, notes, store_id, create_time, - update_time, create_by, update_by,staff_id,payment_type,chain_store_id,actual_payment,make_change,check_code) + update_time, create_by, update_by,staff_id,payment_type,chain_store_id,actual_payment,make_change,check_code,address_id) values (#{entity.userId}, #{entity.orderNumber}, #{entity.giftId}, #{entity.shippingType}, #{entity.paidInfo}, @@ -515,7 +515,7 @@ #{entity.status}, #{entity.orderType}, #{entity.processingResult}, #{entity.notes}, #{entity.storeId}, NOW(), NOW(), #{entity.createBy}, #{entity.updateBy},#{entity.staffId},#{entity.paymentType},#{entity.chainStoreId} - ,#{entity.actualPayment},#{entity.makeChange},#{entity.checkCode}) + ,#{entity.actualPayment},#{entity.makeChange},#{entity.checkCode},#{entity.addressId}) diff --git a/gasStation-uni/pagesHome/order/order.vue b/gasStation-uni/pagesHome/order/order.vue index 79ffe9638..047cb719b 100644 --- a/gasStation-uni/pagesHome/order/order.vue +++ b/gasStation-uni/pagesHome/order/order.vue @@ -224,6 +224,7 @@ orderType: 1, paymentType: _this.paymentType, shippingType: _this.shippingType, + addressId:this.addrInfo.id } if (this.shippingType == "物流配送") {