|
@ -142,6 +142,11 @@ namespace SettleAccount.Job.Services.Report |
|
|
} |
|
|
} |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
_list.AddRange(_lst); |
|
|
|
|
|
_list = _list.Where(p => p.SapMaterialCode == p.MaterialCode).ToList(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(materialGroup)) |
|
|
if (!string.IsNullOrEmpty(materialGroup)) |
|
|
{ |
|
|
{ |
|
|
var _groupList = materialGroup.Split(new char[] { ',' }).Distinct().ToList(); |
|
|
var _groupList = materialGroup.Split(new char[] { ',' }).Distinct().ToList(); |
|
|