From d8143b9121bbe941f116230eaa5524ab2cc12a66 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 10 七月 2025 21:20:21 +0800 Subject: [PATCH] 新增 --- src/main/resources/mapper/keywordMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/keywordMapper.xml b/src/main/resources/mapper/keywordMapper.xml index 8200479..87e4837 100644 --- a/src/main/resources/mapper/keywordMapper.xml +++ b/src/main/resources/mapper/keywordMapper.xml @@ -19,6 +19,7 @@ </sql> <select id="statics" resultType="com.linghu.model.vo.KeywordStaticsVO"> SELECT + p.platform_id, p.platform_name, SUM( r.repetition_num ) AS total_repetitions, ROUND( -- Gitblit v1.7.1