|
|
@@ -22,4 +22,7 @@ public interface IotDeviceDiagnoseMissionChMapper extends BaseMapper<IotDeviceDi
|
|
|
List<IotDeviceDiagnoseMissionCh> selectMissionChns(@Param("missionId")String missionId,@Param("iotCodes")List<String> iotCodes);
|
|
|
List<IotDeviceDiagnoseThresholdReq> selectThresholds();
|
|
|
List<IotDeviceDiagnoseThresholdCh> selectThresholdChns(@Param("thresholdCode")String thresholdCode,@Param("iotCodes")List<String> iotCodes);
|
|
|
+
|
|
|
+ //修改阈值绑定的设备数量
|
|
|
+ Integer updateDiagnoseNumber(@Param("thresholdCode")String thresholdCode);
|
|
|
}
|