|
|
|
@ -191,7 +191,9 @@ namespace Shentun.Peis.ThirdBookings |
|
|
|
SourceChannel = "1", |
|
|
|
BookingType = "4", |
|
|
|
ConfirmType = "2", |
|
|
|
ThirdMedicalCenterId = input.ThirdMedicalCenterId |
|
|
|
ThirdMedicalCenterId = input.ThirdMedicalCenterId, |
|
|
|
Position2 = input.Position2, |
|
|
|
BranchCompany = input.BranchCompany |
|
|
|
}; |
|
|
|
|
|
|
|
await _thirdBookingRepository.InsertAsync(thirdBookingEnt); |
|
|
|
|