修改
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ namespace IRaCIS.Application.Services
|
||||
//[NonDynamicMethod]
|
||||
public async Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto)
|
||||
{
|
||||
await VerifyTaskIsSign(inDto.VisitTaskId);
|
||||
await VerifyTaskIsSign(inDto.GlobalTaskId);
|
||||
//var result = await this.SaveGlobalReadingInfo(inDto);
|
||||
await VerifyTaskIsSign(inDto.GlobalTaskId);
|
||||
await this.SubmitTaskChangeState(inDto.GlobalTaskId);
|
||||
@@ -44,7 +44,7 @@ namespace IRaCIS.Application.Services
|
||||
[HttpPost]
|
||||
public async Task<IResponseOutput> SaveGlobalReadingInfo(SaveGlobalReadingInfoInDto inDto)
|
||||
{
|
||||
await VerifyTaskIsSign(inDto.VisitTaskId);
|
||||
await VerifyTaskIsSign(inDto.GlobalTaskId);
|
||||
var visitTaskId = inDto.QuestionList.Select(x => x.VisitTaskId).FirstOrDefault();
|
||||
|
||||
foreach (var item in inDto.QuestionList)
|
||||
|
||||
Reference in New Issue
Block a user