From 9d2dd8899bb949c8abd293f62b512a257d1415ef Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 03 Jun 2024 15:46:20 +0800 Subject: [PATCH] 退款时,退最后一个商品才退运费 --- src/main/resources/mapper/modules/MallOrderInfoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml index d3c4b84..58297b2 100644 --- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml +++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml @@ -161,7 +161,7 @@ <select id="selectApiOrderListInPage" resultMap="OrderInfoMap"> select - a.* + * from mall_order_info a inner join mall_order_item b on a.id=b.order_id <where> -- Gitblit v1.9.1