修改一版

Uat_Study
he 2022-11-08 14:42:18 +08:00
parent 7413e76230
commit 2a1277cce1
1 changed files with 2 additions and 1 deletions

View File

@ -628,7 +628,8 @@ namespace IRaCIS.Application.Services
{
SynchronizeTime = DateTime.Now,
IsMustGlobalReading = systemCriterion.IsMustGlobalReading,
});
IsGlobalReading = systemCriterion.IsMustGlobalReading ? true : trialCriterion.IsGlobalReading,
}) ;