src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -62,4 +62,10 @@ order by a.CREATED_TIME desc </select> <select id="selectTotalPerk" resultType="cc.mrbird.febs.mall.entity.MallProductBuy"> select SUM(total_perk) from mall_product_buy where state = 3 GROUP BY member_id; </select> </mapper>