feat(能源统计): 新增查询项

master
黄锦贤 3 days ago
parent 190e09a857
commit 61ddf0460c

@ -286,6 +286,9 @@
<if test="monitorHierarchy != null and monitorHierarchy != ''">
and bmi.monitor_hierarchy = #{monitorHierarchy}
</if>
<if test="subentryId != null and subentryId != ''">
and bmi.subentry_id = #{subentryId}
</if>
</where>
group by
blm.monitor_id,

Loading…
Cancel
Save