From 01912c5b68a2b5bec7a99d7c3ec78190dd49f0e1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 10 May 2022 18:24:32 +0800 Subject: [PATCH] fix --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index 2b0cbce..afd7b80 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -66,6 +66,7 @@ a.thumb, a.original_price, a.present_price, + a.score, a.is_hot, min(b.present_price) price, sum(b.sku_volume) saleVolume -- Gitblit v1.9.1