|
|
@@ -39,8 +39,6 @@ public interface VideoDiagnosisRecordMapper extends BaseMapper<VideoDiagnosisRec
|
|
|
|
|
|
List<Map<String, Object>> totalVideoData(@Param("dayOfStartTime") Date dayOfStartTime,@Param("dayOfEndTime") Date dayOfEndTime,@Param("orgIds") List<Long> orgIds);
|
|
|
|
|
|
- List<SysDevice> selectAllDeviceChannel(@Param("orgId") Long orgId);
|
|
|
-
|
|
|
List<VideoDiagnosisRecord> queryVideoDiagnosis(@Param("channelList") List<SysDevice> channelList);
|
|
|
|
|
|
// List<VideoDiagnosisRecord> getVideoDiagnosisCheckAlarmNum(@Param("request") VideoVoiceLightAlarmDto request);
|