From bddad8b22f9b505274a8c2904d9d81efda89f497 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期四, 20 十月 2022 13:08:36 +0800
Subject: [PATCH] Merge branch 'local_20221014' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java
index 878b710..d42859f 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java
@@ -37,11 +37,6 @@
     public static final Integer FAIL = 500;
 
     /**
-     * 失败标记-微信提示违规记录消息状态码
-     */
-    public static final Integer NOTICE_FAIL = 501;
-
-    /**
      * 登录成功
      */
     public static final String LOGIN_SUCCESS = "Success";
@@ -257,6 +252,10 @@
     public static final String QUERY="query";
     public static final String DELETE="delete";
     public static final String VILLAGE="村";
+    /**
+     * 超管街道id
+     * */
+    public static  final Integer ADMIN_STREET_ID=999999999;
 
     /**
      * 天府通办解密私钥

--
Gitblit v1.7.1