Uat_IRC_Net8
parent
b067cb66f3
commit
3f46103dc3
|
@ -120,7 +120,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
var result = await siteStatQuery.ToPagedListAsync(inQuery);
|
var result = await siteStatQuery.ToPagedListAsync(inQuery);
|
||||||
|
|
||||||
return (result,new {
|
return (result,new {
|
||||||
IsPACSConnect= trialinfo.IsPACSConnect,
|
IsPACSConnectAndIsTrialPACSConfirmed = trialinfo.IsPACSConnect&&trialinfo.IsTrialPACSConfirmed,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue