forked from ddrilling/AsbCloudServer
Merge pull request 'фикс формирования рапорта' (#243) from fix/process_map_report into dev
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/243
This commit is contained in:
commit
224d2aae9d
@ -111,7 +111,7 @@ public class ProcessMapReportDrillingService : IProcessMapReportDrillingService
|
||||
.OrderBy(o => o.DateStart)
|
||||
.ToArray();
|
||||
|
||||
var lastFoundIndex = 1;
|
||||
var lastFoundIndex = 0;
|
||||
|
||||
int GetSection(DataSaubStatDto data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user