ProjectDetails_Split_API #103

Merged
admin merged 47 commits from ProjectDetails_Split_API into main 2025-07-11 11:32:34 +00:00
Showing only changes of commit 40ce4ced42 - Show all commits

View File

@ -894,7 +894,7 @@ namespace MarcoBMS.Services.Controllers
},
WorkCategoryMaster = new WorkCategoryMasterMongoDB
{
Id = wi.ActivityId.ToString(),
Id = wi.WorkCategoryId.ToString() ?? "",
Name = wi.WorkCategoryMaster != null ? wi.WorkCategoryMaster.Name : "",
Description = wi.WorkCategoryMaster != null ? wi.WorkCategoryMaster.Description : ""
},