Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
1df18b2052
  1. 2
      src/Shentun.WebPeis.Domain/AppointPatientRegisters/AppointPatientRegisterManager.cs

2
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;
}

Loading…
Cancel
Save