|
|
|
@ -77,13 +77,6 @@ namespace Shentun.WebPeis.QuestionRegisters |
|
|
|
questionRegisterDto = await GetBasicDataAsync(input); |
|
|
|
if (questionRegister == null) |
|
|
|
{ |
|
|
|
//没有登记过
|
|
|
|
//questionRegister = new QuestionRegister();
|
|
|
|
//questionRegister.PersonId = input.PersonId;
|
|
|
|
//questionRegister = await _questionRegisterManager.CreateAsync(questionRegister);
|
|
|
|
//await _repository.InsertAsync(questionRegister);
|
|
|
|
//questionRegisterDto.QuestionRegisterId = questionRegister.QuestionRegisterId;
|
|
|
|
//await _unitOfWorkManager.Current.SaveChangesAsync();
|
|
|
|
return questionRegisterDto; |
|
|
|
} |
|
|
|
questionRegisterDto.QuestionRegisterId = questionRegister.QuestionRegisterId; |
|
|
|
|