优化实时95值计算功能、服务器收益功能、用户自定义列展示、交换机基础数据采集
This commit is contained in:
+3
-3
@@ -198,13 +198,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="getAllDeviceSn" parameterType="AllInterfaceName" resultType="AllInterfaceName">
|
||||
SELECT
|
||||
client_id AS clientId, interface_name interfaceName
|
||||
client_id AS clientId
|
||||
FROM
|
||||
all_interface_name
|
||||
<where>
|
||||
and resource_type = '1' and interface_name != ''
|
||||
and resource_type = '1' and client_id != ''
|
||||
</where>
|
||||
group by interface_name
|
||||
group by client_id
|
||||
</select>
|
||||
<select id="getAllSwitchSn" parameterType="AllInterfaceName" resultType="AllInterfaceName">
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user