1
This commit is contained in:
parent
8f811b4fd9
commit
c2381b65a9
@ -64,7 +64,7 @@ namespace MDM.Services.Material
|
||||
{
|
||||
|
||||
//Id = SqlFunc.AggregateMax(it.Id),
|
||||
InvCode = SqlFunc.AggregateMax(it.InvCode),
|
||||
InvCode = it.InvCode,
|
||||
InvName = SqlFunc.AggregateMax(it.InvName),
|
||||
SubInvName = SqlFunc.AggregateMax(it.SubInvName),
|
||||
Iusequantity = SqlFunc.AggregateMax(it.Iusequantity),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user