Uat_Study
parent
653aca500f
commit
bcd87dfa6d
|
@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
result.ForEach(x =>
|
result.ForEach(x =>
|
||||||
{
|
{
|
||||||
this.FindChildQuestion(x, questions, tableQuestions);
|
this.FindChildQuestion(x, questions, tableQuestions, new List<ClinicalFormQuestionAnswer>(), new List<ClinicalFormTableQuestionAnswer>());
|
||||||
});
|
});
|
||||||
|
|
||||||
return (result, true);
|
return (result, true);
|
||||||
|
@ -87,7 +87,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
result.ForEach(x =>
|
result.ForEach(x =>
|
||||||
{
|
{
|
||||||
this.FindChildQuestion(x, questions, tableQuestions);
|
this.FindChildQuestion(x, questions, tableQuestions,new List<ClinicalFormQuestionAnswer> (),new List<ClinicalFormTableQuestionAnswer>());
|
||||||
});
|
});
|
||||||
|
|
||||||
return (result, true);
|
return (result, true);
|
||||||
|
|
|
@ -89,6 +89,5 @@ WHERE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------维护临床数据是否应用 之前默认都是应用 现在添加字段 把状态都改为应用
|
||||||
---------------------------维护临床数据是否应用 之前默认都是应用 现在添加字段 把状态都改为应用
|
|
||||||
update ClinicalDataTrialSet set IsApply=1
|
update ClinicalDataTrialSet set IsApply=1
|
Loading…
Reference in New Issue