单网卡总流量、ipv4流量、ipv6流量合并到一个图
pppoe状态上报增加
This commit is contained in:
+5
@@ -313,4 +313,9 @@
|
||||
WHERE id = #{item.id}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="countNetChild" parameterType="AllInterfaceName" resultType="java.lang.Integer">
|
||||
select count(1) from rm_network_interface_child
|
||||
where client_id = #{clientId} and parent_interface = SUBSTRING_INDEX(#{interfaceName}, '(', 1)
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user