From 97be2be1dabbb62b1875fe0ebb4a84d315ec7d49 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 15 八月 2024 16:46:18 +0800 Subject: [PATCH] feat:首页数据调整 --- ycl-server/src/main/resources/mapper/zgyw/ContractScoreMapper.xml | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/ContractScoreMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/ContractScoreMapper.xml index 9446601..fdfb7ca 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/ContractScoreMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/ContractScoreMapper.xml @@ -112,14 +112,4 @@ </foreach> </delete> - <select id="calculate" resultType="java.util.Map"> - SELECT - SUBSTRING_INDEX(rule_name, '/', 1) AS name, - COUNT(*) AS num, - -SUM(score) AS score - FROM t_contract_score - WHERE auditing_status = 'PASS' AND deleted = 0 - GROUP BY SUBSTRING_INDEX(rule_name, '/', 1) - </select> - </mapper> -- Gitblit v1.8.0