|
@@ -199,9 +199,10 @@ public class SystemConstant {
|
|
|
public static final String SUCCESS = "success";
|
|
|
public static final String EXTEND_COLUMN = "extendColumn";
|
|
|
public static final String USER_DIR = "user.dir";
|
|
|
+ public static final String OS_NAME = "os.name";
|
|
|
public static final String TMP_DIR = "java.io.tmpdir";
|
|
|
- public static final String PDF_TEMP = "pdf-temp";
|
|
|
- public static final String FILE_TEMP = "file-temp";
|
|
|
+
|
|
|
+
|
|
|
public static final String TEMP = "temp";
|
|
|
public static final String SESSION = "session:";
|
|
|
public static final String TASK = "task";
|
|
@@ -341,8 +342,8 @@ public class SystemConstant {
|
|
|
public static final String COLLEGE_DEAN_REPORT = "report:cache:collegeDean";
|
|
|
public static final String COLLEGE_COURSE_REPORT = "report:cache:collegeCourse";
|
|
|
public static final String SURVEY_TEACHER_VIEW_REPORT = "report:cache:surveyTeacherView";
|
|
|
- public static final String TEACHER_VIEW_REPORT = "report:cache:teacherView";
|
|
|
- public static final String TEACHER_ANSWER_VIEW_REPORT = "report:cache:teacherAnswerView";
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
* 鉴权
|
|
@@ -416,9 +417,9 @@ public class SystemConstant {
|
|
|
public static final int POSION_ACK_TYPE = 1;
|
|
|
public static final int STANDARD_ACK_TYPE = 2;
|
|
|
public static final int REDELIVERED_ACK_TYPE = 3;
|
|
|
- public static final int INDIVIDUAL_ACK_TYPE = 4;
|
|
|
- public static final int UNMATCHED_ACK_TYPE = 5;
|
|
|
- public static final int UNSEND_ACK_TYPE = 6;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
* activiti
|