|
|
@@ -120,6 +120,8 @@ public class Constants
|
|
|
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
|
|
|
"org.springframework", "org.apache", "com.xingxi.common.utils.file", "com.xingxi.common.config", "com.xingxi.generator" };
|
|
|
|
|
|
+ /** 平台ID */
|
|
|
+ public static final Long PLATFORM_ID = 100L;
|
|
|
/** 普通用户ID */
|
|
|
- public static final Long CUSTOMER_ID = 100L;
|
|
|
+ public static final Long CUSTOMER_ID = 0L;
|
|
|
}
|