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