From 123cf89ee4b76d1355b5bb9eaf70538c5264f18c Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 03 九月 2024 09:26:15 +0800
Subject: [PATCH] fix:修复图形资源空指针异常
---
ycl-common/src/main/java/constant/CheckSnapCountConstants.java | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/ycl-common/src/main/java/constant/CheckSnapCountConstants.java b/ycl-common/src/main/java/constant/CheckSnapCountConstants.java
index 12fc795..dee9d2c 100644
--- a/ycl-common/src/main/java/constant/CheckSnapCountConstants.java
+++ b/ycl-common/src/main/java/constant/CheckSnapCountConstants.java
@@ -3,13 +3,23 @@
public class CheckSnapCountConstants {
/**
- * 2022骞村悓鏈熸姄鎷嶉噺(鐪佸巺)
+ * 2022骞村悓鏈熻溅杈嗘姄鎷嶉噺(鐪佸巺)
*/
- public final static String City = "check.snapCount.city";
+ public final static String Car_City = "check.snapCount.car.city";
/**
- * 2022骞村悓鏈熸姄鎷嶉噺(鍖哄幙)
+ * 2022骞村悓鏈熻溅杈嗘姄鎷嶉噺(鍖哄幙)
*/
- public final static String County = "check.snapCount.county";
+ 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鎶撴媿鏁拌绠楀�嶇巼
--
Gitblit v1.8.0