实时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
|
||||
device_sn AS deviceSn
|
||||
client_id AS clientId, interface_name interfaceName
|
||||
FROM
|
||||
all_interface_name
|
||||
<where>
|
||||
and resource_type = '1' and device_sn != ''
|
||||
and resource_type = '1' and interface_name != ''
|
||||
</where>
|
||||
group by device_sn
|
||||
group by interface_name
|
||||
</select>
|
||||
<select id="getAllSwitchSn" parameterType="AllInterfaceName" resultType="AllInterfaceName">
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user