|
|
|
@ -63,10 +63,10 @@ public class PdaLoadController { |
|
|
|
return R.data(pdaLoadService.getBsFeiBaSetByCode(fsCode)); |
|
|
|
return R.data(pdaLoadService.getBsFeiBaSetByCode(fsCode)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping(value = "/getEcByDeviceCode/{deviceCode}") |
|
|
|
@GetMapping(value = "/getEcByDeviceCode") |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@Operation(summary = "根据设备编码查询数据", description = "传入deviceCode") |
|
|
|
@Operation(summary = "根据设备编码查询数据", description = "传入deviceCode") |
|
|
|
public R<EquipmentEntity> getEcByDeviceCode(@PathVariable String deviceCode) { |
|
|
|
public R<EquipmentEntity> getEcByDeviceCode(String deviceCode) { |
|
|
|
return R.data(pdaLoadService.getEcByCode(deviceCode)); |
|
|
|
return R.data(pdaLoadService.getEcByCode(deviceCode)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|