fix: ensure WeekDefinitionId is correctly mapped to nullable type in GetMyWeeklyBalancesQuery
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m39s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m39s
This commit is contained in:
@@ -22,7 +22,7 @@ public class CommissionProfile : IRegister
|
|||||||
{
|
{
|
||||||
PageNumber = src.PageNumber,
|
PageNumber = src.PageNumber,
|
||||||
PageSize = src.PageSize,
|
PageSize = src.PageSize,
|
||||||
WeekDefinitionId = src.WeekDefinitionId,
|
WeekDefinitionId = src.WeekDefinitionId != null ? src.WeekDefinitionId.Value : null,
|
||||||
OnlyActive = src.OnlyActive
|
OnlyActive = src.OnlyActive
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user