优化交换机监控策略、交换机管理分页查询

This commit is contained in:
gaoyutao
2025-11-13 10:28:17 +08:00
parent 4da0c86ca4
commit 2910280746
4 changed files with 6 additions and 2 deletions
@@ -59,6 +59,7 @@
and (snmp_address = #{snmpAddress} or switch_name like concat('%', #{switchName}, '%'))
</if>
</where>
order by create_time desc
</select>
<select id="selectRmSwitchManagementById" parameterType="Long" resultMap="RmSwitchManagementResult">