修改一版
parent
7413e76230
commit
2a1277cce1
|
@ -628,7 +628,8 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
SynchronizeTime = DateTime.Now,
|
SynchronizeTime = DateTime.Now,
|
||||||
IsMustGlobalReading = systemCriterion.IsMustGlobalReading,
|
IsMustGlobalReading = systemCriterion.IsMustGlobalReading,
|
||||||
});
|
IsGlobalReading = systemCriterion.IsMustGlobalReading ? true : trialCriterion.IsGlobalReading,
|
||||||
|
}) ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue