资源利用率后端
This commit is contained in:
parent
fb70901cc8
commit
acab335b96
|
|
@ -45,7 +45,6 @@
|
|||
<if test="resourceType != null and resourceType != ''">
|
||||
AND ri.type = #{resourceType}
|
||||
</if>
|
||||
|
||||
AND ru.record_time = (
|
||||
SELECT MAX(record_time)
|
||||
FROM resource_utilization
|
||||
|
|
|
|||
Loading…
Reference in New Issue