修改
This commit is contained in:
@@ -553,15 +553,15 @@ namespace IRaCIS.Core.Application
|
||||
|
||||
_mapper.Map(trialConfig, trialInfo);
|
||||
|
||||
if (trialInfo.IsGlobalReading && (trialInfo.IsArbitrationReading ?? false))
|
||||
{
|
||||
trialInfo.ArbitrationRule = ArbitrationRule.Reading;
|
||||
}
|
||||
//if (trialInfo.IsGlobalReading && (trialInfo.IsArbitrationReading ?? false))
|
||||
//{
|
||||
// trialInfo.ArbitrationRule = ArbitrationRule.Reading;
|
||||
//}
|
||||
|
||||
if (!trialInfo.IsGlobalReading && (trialInfo.IsArbitrationReading ?? false))
|
||||
{
|
||||
trialInfo.ArbitrationRule = ArbitrationRule.Visit;
|
||||
}
|
||||
//if (!trialInfo.IsGlobalReading && (trialInfo.IsArbitrationReading ?? false))
|
||||
//{
|
||||
// trialInfo.ArbitrationRule = ArbitrationRule.Visit;
|
||||
//}
|
||||
trialInfo.UpdateTime = DateTime.Now;
|
||||
|
||||
// 修改临床数据
|
||||
|
||||
Reference in New Issue
Block a user