|
|
|
@ -460,10 +460,9 @@ public class DeviceTaskServiceImpl implements IDeviceTaskService {
|
|
|
|
|
for (EquOperation operation : operationList) {
|
|
|
|
|
operation.setId(IdUtils.fastSimpleUUID());// id
|
|
|
|
|
operation.setFactoryCode(poolName.replace("ds_", ""));// 工厂
|
|
|
|
|
operation.setOperationTime(DateUtils.getTime());// 日期
|
|
|
|
|
operation.setOperationTime(operationTime);// 运行时间(默认运行时间)
|
|
|
|
|
operation.setActualOperationTime(operationTime);// 实际运行时间(默认运行时间)
|
|
|
|
|
operation.setCreateBy("jod");
|
|
|
|
|
operation.setCreateBy("job");
|
|
|
|
|
operation.setCreateTime(DateUtils.getNowDate());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|