Field 'execute_end_time' doesn't have a default value

This commit is contained in:
zhoumingfa 2024-08-04 20:24:50 +08:00
parent 6f183c3366
commit a5a7fdf61a

View File

@ -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());