From 1954bc410dd6ef0ae62868197856d042bbe44268 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 7 Apr 2022 10:03:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Properties/launchSettings.json | 2 +-
.../IRaCIS.Core.Application.xml | 25 +++++++++++++++++++
.../Service/Inspection/InspectionService.cs | 2 +-
3 files changed, 27 insertions(+), 2 deletions(-)
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