From a929513ad43261fa2701f92ab98967be5fc884e5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Sun, 16 Jun 2024 22:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppointPatientRegisterAppService.cs | 2 +- .../QuestionRegisters/QuestionRegisterAppService.cs | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs b/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs index b323d06..0802398 100644 --- a/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs +++ b/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs @@ -91,7 +91,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters } /// - /// 预约,小程序使用 + /// 创建预约,小程序使用 /// /// /// diff --git a/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs b/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs index c23b52d..dd5abb2 100644 --- a/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs +++ b/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs @@ -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;