master
he 2026-01-23 15:35:52 +08:00
parent e011071638
commit 508df57843
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ namespace IRaCIS.Application.Services
var needCount = month * workLoadSearch.WorkLoadFromStatus.Count ?? 1;
var note = _trialRevenuesPriceRepository.GetAll().Where(x=>x.Id==workLoadSearch.TrialId).Select(x=>x.Note).FirstOrDefault();
var note = _trialRevenuesPriceRepository.GetAll().Where(x=>x.TrialId==workLoadSearch.TrialId).Select(x=>x.Note).FirstOrDefault();
if (workLoadSearch.WorkLoadFromStatus.Contains((int)WorkLoadFromStatus.FinalConfirm))
{