修复个别机器出省流量统计失败问题。
增加日95利用率排序
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user