修复个别机器出省流量统计失败问题。

增加日95利用率排序
This commit is contained in:
gaoyutao
2026-03-03 17:44:52 +08:00
parent a1552e34b4
commit 03f9609e28
3 changed files with 45 additions and 5 deletions
@@ -52,6 +52,7 @@
<if test="partNumber != null and partNumber != ''"> and part_number = #{partNumber}</if>
<!-- 新增health_status查询条件 -->
<if test="healthStatus != null and healthStatus != ''"> and health_status = #{healthStatus}</if>
and `name` not like "%not%"
</where>
</select>