From 7870b760fff7b18a7c16924c90c8c774b770fed1 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 03 Jun 2024 17:59:57 +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