微调污染值

This commit is contained in:
wr
2025-09-05 15:08:28 +08:00
parent 22950c6b35
commit 24b18ff3f2
3 changed files with 15 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
<select id="getOnIntegrityByIds" resultType="com.njcn.device.pq.pojo.vo.RStatIntegrityVO">
SELECT
line_index AS lineIndex,
sum( real_time )*1.0/ sum( due_time ) * 100 AS integrityRate
ROUND(sum( real_time )*1.0 / sum( due_time ) * 100,2) AS integrityRate
FROM
r_stat_integrity_d
<where>