修改
This commit is contained in:
@@ -244,11 +244,19 @@ namespace IRaCIS.Core.Application
|
||||
|
||||
if (trialCriterion.SynchronizeOriginalTime == null && trialCriterion.ReadingQuestionCriterionSystemId != null)
|
||||
{
|
||||
// 同步器官
|
||||
await _iOrganInfoService.SynchronizeSystemOrganToTrial(new SynchronizeSystemOrganToTrialInDto()
|
||||
{
|
||||
TrialId = inDto.TrialId,
|
||||
SystemCriterionId = trialCriterion.ReadingQuestionCriterionSystemId
|
||||
});
|
||||
|
||||
// 同步问题
|
||||
await iReadingQuestionService.SynchronizeCriterion(new SynchronizeCriterionInDto()
|
||||
{
|
||||
|
||||
TrialId = inDto.TrialId
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user