From 8b3b59c40d2246012357f6347aa4a31adee74075 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 22 Apr 2022 17:38:27 +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 --- .../Service/Inspection/InspectionService.cs | 4 ++-- IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 6ae357b0..af9cac4a 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -119,7 +119,6 @@ namespace IRaCIS.Core.Application.Service.Inspection ParentJson = leftparent.JsonDetail, VisitName = data.SubjectVisitName, CreateUser = leftuser.UserName, - UserFirstName = leftuser.FirstName, UserLastName = leftuser.LastName, //SubjectCode=leftsubject.Code, @@ -162,7 +161,7 @@ namespace IRaCIS.Core.Application.Service.Inspection return await query.ToPagedListAsync(dto.PageIndex, dto.PageSize, "CreateTime", dto.Asc); } - + //public async Task /// @@ -321,6 +320,7 @@ namespace IRaCIS.Core.Application.Service.Inspection } + /// /// 批量添加稽查记录 diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 2832f66d..28db0046 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -308,6 +308,7 @@ namespace IRaCIS.Core.Application.Image.QA return ResponseOutput.Ok(sv); } + /// /// 手动设置一致性核查通过 ///