nit report design fixes

This commit is contained in:
ngfrolov 2023-04-06 16:20:21 +05:00
parent 93a8a7bd7f
commit af72eceb47
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7
3 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace AsbCloudInfrastructure.Services.ProcessMap
const int firstColumn = 2;
const int lastColumn = 49;
const int headerRowsCount = 6;
const int headerRowsCount = 5;
private readonly IProcessMapReportService processMapService;

View File

@ -11,4 +11,10 @@ GET {{baseUrl}}/api/processMap/getDrillProcessMap/{{wellId}}
Content-Type: {{contentType}}
accept: */*
Authorization: {{auth}}
l
###
GET {{baseUrl}}/api/processMap/getReportFile/{{wellId}}
Content-Type: {{contentType}}
accept: */*
Authorization: {{auth}}