From eb93e8cc96513819653bdaa6e9b62800563a2f05 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Wed, 11 Nov 2020 19:13:47 +0800 Subject: [PATCH] Merge branch 'dev' of ssh://192.168.2.240:29418/kidgrow-microservices-platform into dev --- kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java b/kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java index 2c7e8dc..767fc85 100644 --- a/kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java +++ b/kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java @@ -274,15 +274,26 @@ public static final String HOSPITAL_ADMIN_CODE="hospital_admin"; /** - * 自主注册医院的组织id + * 自主注册医院的上级组织id */ - public static final Long HOSPITAL_ORG_ID=15321234570L; + public static final Long ORG_PARENT_ID=15321234561L; /** - * 自主注册的科室组织id + * 自主注册的用户默认给的产品id */ - public static final Long DEPARTMENT_ORG_ID=15321234571L; - + public static final Long REG_USER_PRODUCT_ID=1000000000000000001L; + /** + * 单次支付用户固定使用的套餐id + */ + public static final Long PAY_USER_PRODUCT_ID=1000000000000000000L; + /** + * 自主注册的用户合同时长 天 + */ + public static final Integer REG_USER_CONTRACT_DAY=15; + /** + * 自主注册的用户合同名 + */ + public static final String REG_USER_CONTRACT_NAME="自动创建合同"; /** * 自主注册的创建人id */ @@ -295,11 +306,23 @@ * 管理员角色code标识 */ public static final String SYSTEM_ADMIN_ROLE_CODE="admin"; + /** + * 自主注册的销售服务人员id + */ + public static final Long SALE_USER_ID= 1289806543902457857L; + /** + * 自主注册的运营人员id + */ + public static final Long OPRATION_USER_ID= 1289806733313032193L; /** * 销售主管角色code标识 */ public static final String SALE_MANAGER_ROLE_CODE="salemanager"; + /** + * 用于标识存储最后一次诊断redis的key,用于防止最后一个读片后无法生成报告 + */ + public static final String SAAS_LAST_SERVER="saaslastserver"; /** * 喜高PC高管角色code标识 -- Gitblit v1.8.0