From 353fd9ceb07d7e0941ae7779ffee644fe4a63ecb Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 20 Mar 2023 16:08:57 +0800 Subject: [PATCH] 后台修改 --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index 56457f4..013cf8f 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -22,6 +22,8 @@ <result property="hasCarriage" column="has_carriage" /> <result property="carriage" column="carriage" /> <result property="isNormal" column="is_normal" /> + <result property="scorePercent" column="score_percent" /> + <result property="sortCnt" column="sort_cnt" /> <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle"> <id property="id" column="style_id" /> <result property="name" column="style_name" /> -- Gitblit v1.9.1