Uat_Study
he 2023-06-26 16:33:27 +08:00
parent 653aca500f
commit bcd87dfa6d
2 changed files with 3 additions and 4 deletions

View File

@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Service
result.ForEach(x =>
{
this.FindChildQuestion(x, questions, tableQuestions);
this.FindChildQuestion(x, questions, tableQuestions, new List<ClinicalFormQuestionAnswer>(), new List<ClinicalFormTableQuestionAnswer>());
});
return (result, true);
@ -87,7 +87,7 @@ namespace IRaCIS.Core.Application.Service
result.ForEach(x =>
{
this.FindChildQuestion(x, questions, tableQuestions);
this.FindChildQuestion(x, questions, tableQuestions,new List<ClinicalFormQuestionAnswer> (),new List<ClinicalFormTableQuestionAnswer>());
});
return (result, true);

View File

@ -89,6 +89,5 @@ WHERE
---------------------------
---------------------------
update ClinicalDataTrialSet set IsApply=1