|
|
|
@ -42,7 +42,7 @@ namespace Shentun.Peis.CustomerOrgGroupDetails |
|
|
|
Discount = (a.Price * 100 / b.Price) == 0 ? 100 : Math.Round(a.Price * 100 / b.Price, 2), |
|
|
|
CustomerOrgGroupId = a.CustomerOrgGroupId, |
|
|
|
AsbitemId = a.AsbitemId, |
|
|
|
CustomerOrgGroupPrice = a.Price, |
|
|
|
CustomerOrgGroupDetailPrice = a.Price, |
|
|
|
ClinicalMeaning = b.ClinicalMeaning, |
|
|
|
Id = b.Id, |
|
|
|
Price = b.Price, |
|
|
|
|