From 411fa85361e5f4d4094f25a2eaeb0f619f475fce Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 23 Sep 2021 11:16:53 +0800
Subject: [PATCH] 日数据定时任务update

---
 screen-common/src/main/java/com/moral/constant/Constants.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index 9222de0..1d6250d 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -207,16 +207,17 @@
     /*
      * ������������������������
      * */
-    public static final String SENSOR_CODE_SPECIAL_BATCH = "a00000";
+    public static final String SENSOR_CODE_SPECIAL_BATCH = "PORRST";
 
     /*
      * ������������������������������
      * */
-    public static final String SPECIAL_DEVICE_CAR = "0";
+    public static final String SPECIAL_DEVICE_CRUISER = "0";
 
     /*
      * ������������������������������
      * */
     public static final String SPECIAL_DEVICE_UAV = "1";
+
     
 }

--
Gitblit v1.8.0