Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
a4976a36fd
  1. 2
      src/Shentun.WebPeis.Application.Contracts/AppointRegisterAsbitems/AppointRegisterAsbitemDto.cs
  2. 2
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

2
src/Shentun.WebPeis.Application.Contracts/AppointRegisterAsbitems/AppointRegisterAsbitemDto.cs

@ -51,7 +51,7 @@ namespace Shentun.WebPeis.AppointRegisterAsbitems
/// </summary>
public short Amount { get; set; }
public char IsInMedicalPackage { get; set; } = 'N';
public char IsBelongGroupPackage { get; set; } = 'N';
/// <summary>
/// 项目类别顺序
/// </summary>

2
src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

@ -433,7 +433,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters
{
if (asbitems.Where(x => x == o.AsbitemId).ToList().Any())
{
o.IsInMedicalPackage = 'Y';
o.IsBelongGroupPackage = 'Y';
}
var itemType = itemTypes.Where(o => o.ItemTypeId == o.ItemTypeId).First();
itemType = itemTypes.Where(o => o.PathCode == itemType.PathCode.Substring(0, 5)).First();

Loading…
Cancel
Save