diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json
index 1c960e4c4..06fb17adc 100644
--- a/IRaCIS.Core.API/Properties/launchSettings.json
+++ b/IRaCIS.Core.API/Properties/launchSettings.json
@@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
- "applicationUrl": "http://localhost:57302",
+ "applicationUrl": "http://localhost:3305",
"sslPort": 0
}
},
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 2864205dd..9b8926a7a 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -147,6 +147,11 @@
对象名称
+
+
+ 标识
+
+
配置 基础逻辑信息
@@ -354,6 +359,16 @@
FrontAuditConfigView 列表视图模型
+
+
+ 是否向前站位
+
+
+
+
+ 标识
+
+
FrontAuditConfigQuery 列表查询参数模型
@@ -378,6 +393,16 @@
FrontAuditConfigAddOrEdit 列表查询参数模型
+
+
+ 是否向前站位
+
+
+
+
+ 标识
+
+
SystemAnonymizationView 列表视图模型
diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
index e96020609..e7336552c 100644
--- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
+++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
@@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
from lefttrialSign in trialSigntemp.DefaultIfEmpty()
- join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ConfigType=="M"&&!x.Identification.IsNullOrEmpty()) on new
+ join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ConfigType=="M"&&x.Identification!=null) on new
{
data.Identification
} equals new