master
parent
e011071638
commit
508df57843
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue