From d93b91951c49b1fb8ba2540ccea89eef7a5d1785 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 21 Jun 2016 17:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java index a4e1830..bd1bfc7 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java @@ -15,7 +15,9 @@ public enum ConfigTypeEnums { PROFESSION_TYPE("profession",SystemConfig.PROFESSION_TYPE_ID), CENSUS_TYPE("census",SystemConfig.CENSUS_TYPE_ID), LIVE_TYPE("live",SystemConfig.LIVE_TYPE_ID), - LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID); + LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID), + JWS("jws",SystemConfig.JIWANGSHI_ID), + HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID); private ConfigTypeEnums(String type,String value){ -- 1.8.3.1