Parcourir la source

监控接口修改

yp il y a 3 ans
Parent
commit
09fb00c001

+ 1 - 1
spring-cloud/server-basic/src/main/resources/mapper/MonitoringResourcesMapper.xml

@@ -155,7 +155,7 @@
                 LEFT JOIN t_nodemedia_parameter tnp ON tmr.id = tnp.monitoring_resources_id
         <where>
             <if test="monitoringPointName != null and monitoringPointName != ''">
-                and monitoring_point_name = #{monitoringPointName}
+                and monitoring_point_name LIKE CONCAT('%', #{monitoringPointName},'%')
             </if>
         </where>
         ORDER BY