fix : 测试修改
This commit is contained in:
@@ -253,6 +253,7 @@ public class StandardInspectSite2DeviceDriver extends AbstractOpcDeviceDriver im
|
|||||||
message = "起点终点为空";
|
message = "起点终点为空";
|
||||||
throw new BadRequestException("起点终点为空");
|
throw new BadRequestException("起点终点为空");
|
||||||
}
|
}
|
||||||
|
log.info("申请任务:{}", taskcode);
|
||||||
dto.setStart_device_code(startDevice.getDevice_code());
|
dto.setStart_device_code(startDevice.getDevice_code());
|
||||||
dto.setNext_device_code(endDevice.getDevice_code());
|
dto.setNext_device_code(endDevice.getDevice_code());
|
||||||
dto.setTask_code("-" + taskcode);
|
dto.setTask_code("-" + taskcode);
|
||||||
|
|||||||
Reference in New Issue
Block a user