|
@@ -81,7 +81,7 @@ public class SystemConstant {
|
|
|
public static final String REGULAR_EXPRESSION_OF_CODE = "[a-zA-Z0-9](\\w+)?-?(\\w+)?—?(\\w+)?(\\((\\w+)?-?(\\w+)?—?(\\w+)?\\))?(\\((\\w+)?-?(\\w+)?—?(\\w+)?\\))?(\\w+)?";
|
|
|
public static final String REGULAR_EXPRESSION_OF_PHONE = "((\\d{3,4})|(\\(\\d{3,4}\\)-))?\\d{7,8}";
|
|
|
public static final String SYS_USER = "sysUser";
|
|
|
- public static final Long DEFAULT_PRIVILEGE_SCHOOL = 2L;
|
|
|
+ public static final Long DEFAULT_PRIVILEGE_SCHOOL = 137L;
|
|
|
|
|
|
|
|
|
* oss url过期时间
|