|
|
@ -187,7 +187,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
// ErpToLoc = groupItem.Max(t => t.ErpToLoc)
|
|
|
|
// }).Where(t => t.Qty != 0M);
|
|
|
|
var seGroup = (from se in _settleAccountDbContext.Set<BBAC_SE_DETAIL>() |
|
|
|
where se.BusinessType == businessType && se.IsDeleted == false |
|
|
|
where se.BusinessType == businessType |
|
|
|
group se by new { se.PN, se.CustomerPartCodeNoSpace } into groupItem |
|
|
|
select new |
|
|
|
{ |
|
|
|