组件管理加排序

This commit is contained in:
cdf
2025-12-22 19:59:25 +08:00
parent 277400670d
commit 2f2ed06a35
2 changed files with 7 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
line_index id,
LEAST(ROUND(SUM(real_time) / SUM(due_time), 2) * 100,100) integrityData
FROM
`r_stat_integrity_d`
r_stat_integrity_d
WHERE time_id between #{startTime} and #{endTime}
GROUP BY line_index
</select>
@@ -35,9 +35,9 @@
100
) integrityData
FROM
`r_stat_onlinerate_d`
r_stat_onlinerate_d
WHERE time_id between #{startTime} and #{endTime}
GROUP BY dev_index
</select>
</mapper>
</mapper>