|
|
|
|
@ -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,
|
|
|
|
|
|