fix : 测试修改

This commit is contained in:
ls
2025-04-23 13:22:25 +08:00
parent 6a1a67547e
commit 6e5ebeae2e

View File

@@ -253,6 +253,7 @@ public class StandardInspectSite2DeviceDriver extends AbstractOpcDeviceDriver im
message = "起点终点为空";
throw new BadRequestException("起点终点为空");
}
log.info("申请任务:{}", taskcode);
dto.setStart_device_code(startDevice.getDevice_code());
dto.setNext_device_code(endDevice.getDevice_code());
dto.setTask_code("-" + taskcode);