|
|
@@ -59,7 +59,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(1);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(userName);
|
|
|
@@ -83,7 +83,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(2);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -101,7 +101,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(3);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -119,7 +119,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(4);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -137,7 +137,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(6);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -155,7 +155,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(7);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -173,7 +173,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(5);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -191,7 +191,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(8);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|
|
|
@@ -227,7 +227,7 @@ public class IsTicketOperLogServiceImpl extends ServiceImpl<IsTicketOperLogMappe
|
|
|
IsTicketOperLog isTicketOperLog = new IsTicketOperLog();
|
|
|
isTicketOperLog.setTicketId(jobId);
|
|
|
isTicketOperLog.setTicketName(jobName);
|
|
|
- isTicketOperLog.setOperationType(0);
|
|
|
+ isTicketOperLog.setOperationType(9);
|
|
|
isTicketOperLog.setOperationTime(date);
|
|
|
isTicketOperLog.setOperationUserId(userId);
|
|
|
isTicketOperLog.setOperationUserName(username);
|