From 6581234907def80093c3e9b4cdbc864714ed3f59 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 05 八月 2025 08:49:52 +0800
Subject: [PATCH] 1、首检生成检验项目时报请重试优化(字段长度限制所导致)

---
 MES.Service/MES.Service.csproj |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/MES.Service/MES.Service.csproj b/MES.Service/MES.Service.csproj
index 003e882..a7112f7 100644
--- a/MES.Service/MES.Service.csproj
+++ b/MES.Service/MES.Service.csproj
@@ -7,24 +7,24 @@
     </PropertyGroup>
 
     <ItemGroup>
-        <PackageReference Include="FFMpegCore.Extensions.System.Drawing.Common" Version="5.0.0" />
+        <PackageReference Include="FFMpegCore.Extensions.System.Drawing.Common" Version="5.0.0"/>
         <PackageReference Include="Masuit.Tools.Core" Version="2024.3.4"/>
-        <PackageReference Include="PdfiumViewer" Version="2.13.0" />
+        <PackageReference Include="PdfiumViewer" Version="2.13.0"/>
         <PackageReference Include="SqlSugarCore" Version="5.1.4.158"/>
-        <PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />
+        <PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3"/>
     </ItemGroup>
 
     <ItemGroup>
-      <Compile Remove="Dto\webApi\ErpCAAWW.cs" />
-      <Compile Remove="Modes\WomcaaWW.cs" />
-      <Compile Remove="Dto\service\MesEqKeepsType02Manager.cs" />
-      <Compile Remove="Dto\service\MesEqMaintainManager.cs" />
+        <Compile Remove="Dto\webApi\ErpCAAWW.cs"/>
+        <Compile Remove="Modes\WomcaaWW.cs"/>
+        <Compile Remove="Dto\service\MesEqKeepsType02Manager.cs"/>
+        <Compile Remove="Dto\service\MesEqMaintainManager.cs"/>
     </ItemGroup>
 
     <ItemGroup>
-      <Reference Include="Kingdee.CDP.WebApi.SDK">
-        <HintPath>resources\Kingdee.CDP.WebApi.SDK.dll</HintPath>
-      </Reference>
+        <Reference Include="Kingdee.CDP.WebApi.SDK">
+            <HintPath>resources\Kingdee.CDP.WebApi.SDK.dll</HintPath>
+        </Reference>
     </ItemGroup>
 
 </Project>

--
Gitblit v1.9.3