更新10.12
This commit is contained in:
parent
7ed28bed46
commit
0fd7f53d4f
@ -507,7 +507,7 @@
|
||||
<insert id="insertBatch" keyProperty="id" useGeneratedKeys="true">
|
||||
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
|
||||
<foreach collection="entities" item="entity" separator=",">
|
||||
(#{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})
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
|
@ -224,6 +224,7 @@
|
||||
orderType: 1,
|
||||
paymentType: _this.paymentType,
|
||||
shippingType: _this.shippingType,
|
||||
addressId:this.addrInfo.id
|
||||
|
||||
}
|
||||
if (this.shippingType == "物流配送") {
|
||||
|
Loading…
Reference in New Issue
Block a user