修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
424a05c211
commit
5202ee7bd6
|
@ -162,11 +162,11 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
var info=await _doctorRepository.AddAsync(doctor,true);
|
||||
|
||||
await _userRepository.BatchUpdateNoTrackingAsync(x => x.EMail == inDto.EmailOrPhone, x => new User()
|
||||
{
|
||||
DoctorId = info.DoctorId,
|
||||
//await _userRepository.BatchUpdateNoTrackingAsync(x => x.EMail == inDto.EmailOrPhone, x => new User()
|
||||
//{
|
||||
// DoctorId = info.DoctorId,
|
||||
|
||||
});
|
||||
//});
|
||||
|
||||
result.DoctorId = info.Id;
|
||||
result.ReviewStatus = info.ReviewStatus;
|
||||
|
|
Loading…
Reference in New Issue