From 7c3418c45926b5288b22044d60dbb12fa2c982d0 Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Fri, 27 Sep 2024 18:02:40 +0800 Subject: [PATCH] 大厅登记接口优化 --- dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java index 7a2a991..815273f 100644 --- a/dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java +++ b/dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java @@ -68,7 +68,7 @@ */ /** - * 组织级别,0:政法委,1:市级,2:区级,3:镇街级,4:村居级 + * 组织级别,0:省,1:市级,2:区级,3:镇街级,4:村居级 */ public static final int UNIT_GRADE_0 = 0; public static final int UNIT_GRADE_1 = 1; -- Gitblit v1.8.0