测试 dicom 注入服务

This commit is contained in:
2024-03-12 09:32:01 +08:00
parent d675cc50b3
commit a24c6775e8
3 changed files with 16 additions and 4 deletions
@@ -1266,7 +1266,7 @@ namespace IRaCIS.Core.Application
.Where(t => t.EndDate == null || t.EndDate != null && t.EndDate > DateTime.Now)
.CountAsync(),
#region PM
#region PM
PM_SiteSurveryCount = isPM ? siteSurveyCount : 0,