diff --git a/src/Shentun.WebPeis.Domain/AppointPatientRegisters/AppointPatientRegisterManager.cs b/src/Shentun.WebPeis.Domain/AppointPatientRegisters/AppointPatientRegisterManager.cs index 0eca34d..bfb8ff9 100644 --- a/src/Shentun.WebPeis.Domain/AppointPatientRegisters/AppointPatientRegisterManager.cs +++ b/src/Shentun.WebPeis.Domain/AppointPatientRegisters/AppointPatientRegisterManager.cs @@ -219,7 +219,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters var customerOrgGroupDetail = customerOrgGroupDetails.Where(o => o.AsbitemId == asbitem.AsbitemId).FirstOrDefault(); if(customerOrgGroupDetail == null) { - addMoney += customerOrgGroupDetail.Price; + addMoney += asbitem.ChargePrice; } if(addMoney > 0)