forked from ddrilling/AsbCloudServer
фикс формирования рапорта
This commit is contained in:
parent
4d8a3798a0
commit
69ec6cc765
@ -111,7 +111,7 @@ public class ProcessMapReportDrillingService : IProcessMapReportDrillingService
|
|||||||
.OrderBy(o => o.DateStart)
|
.OrderBy(o => o.DateStart)
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|
||||||
var lastFoundIndex = 1;
|
var lastFoundIndex = 0;
|
||||||
|
|
||||||
int GetSection(DataSaubStatDto data)
|
int GetSection(DataSaubStatDto data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user