Browse Source

fix : 测试修改

master
ls 18 hours ago
parent
commit
6e5ebeae2e
  1. 1
      acs/hd/nladmin-system/src/main/java/org/nl/acs/device_driver/standard_inspect_site2/StandardInspectSite2DeviceDriver.java

1
acs/hd/nladmin-system/src/main/java/org/nl/acs/device_driver/standard_inspect_site2/StandardInspectSite2DeviceDriver.java

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

Loading…
Cancel
Save