From 4ab167bd46cc342c08d3fad9cfa10baf02817114 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 20 八月 2024 17:17:25 +0800
Subject: [PATCH] 合同模板修改
---
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