修复列表管理网卡信息不显示问题。
修复多网卡图形监控异常问题。
This commit is contained in:
@@ -51,6 +51,12 @@
|
||||
#{clientId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="allClientIds != '' and allClientIds != null">
|
||||
and client_id in
|
||||
<foreach collection="allClientIds.split(',')" item="clientId" open="(" separator="," close=")">
|
||||
#{clientId}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user