From 7758b9a294a4f35c2d2c56beca0ad4dcdd610169 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 13 五月 2025 11:20:15 +0800 Subject: [PATCH] (部级录像可用率,重点录像可用率,录像可用率)计算可用率bug修复,hk接口bug修复, --- ycl-common/src/main/java/constant/CheckSnapCountConstants.java | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/ycl-common/src/main/java/constant/CheckSnapCountConstants.java b/ycl-common/src/main/java/constant/CheckSnapCountConstants.java index dee9d2c..b5bb828 100644 --- a/ycl-common/src/main/java/constant/CheckSnapCountConstants.java +++ b/ycl-common/src/main/java/constant/CheckSnapCountConstants.java @@ -2,32 +2,7 @@ public class CheckSnapCountConstants { - /** - * 2022骞村悓鏈熻溅杈嗘姄鎷嶉噺(鐪佸巺) - */ - public final static String Car_City = "check.snapCount.car.city"; - /** - * 2022骞村悓鏈熻溅杈嗘姄鎷嶉噺(鍖哄幙) - */ - public final static String Car_County = "check.snapCount.car.county"; - - /** - * 2022骞村悓鏈熶汉鑴告姄鎷嶉噺(鐪佸巺) - */ - public final static String Face_City = "check.snapCount.face.city"; - /** - * 2022骞村悓鏈熶汉鑴告姄鎷嶉噺(鍖哄幙) - */ - public final static String Face_County = "check.snapCount.face.city"; - /** - * 2022鎶撴媿鏁拌绠楀�嶇巼 - */ - public final static String Multiply = "1.2"; - /** - * 鍖哄煙涓暟 - */ - public final static Integer CountyNum = 7; } -- Gitblit v1.8.0