forked from kidgrow-microservices-platform

luliqiang
2021-03-12 6dc556c74ba6e1d01408f55ab18d4b2efc783bca
1、增加超级管理员所在组织编码,用于生成私有云数据库
1 files modified
4 ■■■■ changed files
kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java 4 ●●●● patch | view | raw | blame | history
kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/CommonConstant.java
@@ -109,6 +109,10 @@
     */
    Long ADMIN_USER_ID=1000000000000000001L;
    /**
     * 超级管理员所在组织编码
     */
    String ADMIN_USER_ORG_CODE = "10000000106";
    /**
     * 公共日期格式
     */
    String MONTH_FORMAT = "yyyy-MM";