From eb844dbc762cfbd65f027229a9fc43469aaf65d0 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 06 九月 2024 14:57:24 +0800 Subject: [PATCH] 考核模板定时任务getList分离 --- ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java b/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java index 58b5ad0..d8cbad3 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java @@ -2,6 +2,8 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ycl.platform.domain.entity.YwThreshold; +import com.ycl.platform.domain.result.HK.FaceDeviceInspectionResult; +import com.ycl.platform.domain.result.HK.VehicleDeviceInspectionResult; import java.util.List; import java.util.Map; @@ -61,4 +63,24 @@ * @return 缁撴灉 */ public int deleteYwThresholdById(Long id); + + /** + * 鍒ゆ柇杞﹁締闃堝�兼潯浠� + */ + public void carCheck(List<VehicleDeviceInspectionResult> list); + + /** + * 鍒ゆ柇浜鸿劯闃堝�兼潯浠� + */ + public void faceCheck(List<FaceDeviceInspectionResult> list); + + /** + * 鍒ゆ柇瑙嗛闃堝�兼潯浠� + */ + public void videoCheck(List list); + + /** + * 闃堝�兼棤娉曞垽鏂殑锛屾牎楠屾晠闅滅被鍨嬬敓鎴愬伐鍗曘�備紭浜� + */ + public void errorTypeCheckUY(List list); } -- Gitblit v1.8.0