From 3669a3b5074e160ddb5b823a2e3a272946cbc45b Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 14 一月 2025 15:31:44 +0800 Subject: [PATCH] 修改bug --- ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml index 9c18ce8..a2f2ff8 100644 --- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml +++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml @@ -48,7 +48,7 @@ tsp.type, tsp.create_time, tsp.variable_point, - tsp.order_num + tsp.order_num as orderNum FROM t_shop_point tsp LEFT JOIN t_shop ts ON tsp.shop_id = ts.id -- Gitblit v1.7.1