This commit is contained in:
gcw_MV9p2JJN 2026-01-17 11:13:10 +08:00
parent 8f811b4fd9
commit c2381b65a9

View File

@ -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),