april fix
This commit is contained in:
@@ -157,7 +157,7 @@ namespace WebAPI.dataProcessors
|
|||||||
Record? januaryRecord = january!.Records?.SingleOrDefault(x => x.Code == code);
|
Record? januaryRecord = january!.Records?.SingleOrDefault(x => x.Code == code);
|
||||||
Record? februaryRecord = february!.Records?.SingleOrDefault(x => x.Code == code);
|
Record? februaryRecord = february!.Records?.SingleOrDefault(x => x.Code == code);
|
||||||
Record? marchRecord = march!.Records?.SingleOrDefault(x => x.Code == code);
|
Record? marchRecord = march!.Records?.SingleOrDefault(x => x.Code == code);
|
||||||
Record? aprilRecord = march!.Records?.SingleOrDefault(x => x.Code == code);
|
Record? aprilRecord = april!.Records?.SingleOrDefault(x => x.Code == code);
|
||||||
Record? sumRecord = sum!.Records?.SingleOrDefault(x => x.Code == code);
|
Record? sumRecord = sum!.Records?.SingleOrDefault(x => x.Code == code);
|
||||||
if (januaryRecord != null)
|
if (januaryRecord != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user