Browse Source

优化

branch_WeiMas
徐莉 3 days ago
parent
commit
730b68c3a0
  1. 2
      src/aspnet-core/ICS.Application/Business/Service/IcsProjectProgress/IcsProjectProgressAppService.cs

2
src/aspnet-core/ICS.Application/Business/Service/IcsProjectProgress/IcsProjectProgressAppService.cs

@ -1126,7 +1126,7 @@ namespace ICS.Application.Business.Service
new { SaleQuotationNo = pro.SaleQuotationNo, SaleQuotationLine = pro.SaleQuotationLine.ToString() }
equals new { SaleQuotationNo = b8.SqCode, SaleQuotationLine = b8.SqLineNo } into dd8
from Sale in dd8.DefaultIfEmpty()
where 1 == 1
where processnew != null && processnew.CompleteRate!="0%"
select new IcsProProgressTJListDto
{

Loading…
Cancel
Save