From 07edb31ec4fb00359fb723fac1642edbd20e4093 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 10 May 2022 15:45:51 +0800 Subject: [PATCH] fix goods-list interface --- 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