mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-09 04:03:51 +08:00
Field 'execute_end_time' doesn't have a default value
This commit is contained in:
@@ -142,6 +142,7 @@ public class SmartJobExecutor implements Runnable {
|
||||
logEntity.setSuccessFlag(true);
|
||||
// 执行开始时间
|
||||
logEntity.setExecuteStartTime(executeTime);
|
||||
logEntity.setExecuteTimeMillis(0L);
|
||||
logEntity.setCreateName(executorName);
|
||||
logEntity.setIp(SmartIpUtil.getLocalFirstIp());
|
||||
logEntity.setProcessId(SmartJobUtil.getProcessId());
|
||||
|
||||
Reference in New Issue
Block a user