From 60dd1afc3e8f94aa1b23211b6738d35b47294382 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 17 9月 2025 13:58:45 +0800
Subject: [PATCH] //验证单号是否已经存在 【Editby shaocx,2025-09-17】                     var findInOutList = DbModel.BASEInOutLists.FirstOrDefault(x => x.listno == iol.ListNo);                     if (findInOutList != null)                     {                         msg = $"单号{iol.ListNo}已存在";                         return -1;                     }

---
 DEmon/iWarePod/iWarePod.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEmon/iWarePod/iWarePod.csproj b/DEmon/iWarePod/iWarePod.csproj
index bc26dd6..16772f5 100644
--- a/DEmon/iWarePod/iWarePod.csproj
+++ b/DEmon/iWarePod/iWarePod.csproj
@@ -14,7 +14,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>iWarePod</RootNamespace>
     <AssemblyName>iWarePod</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <MvcBuildViews>false</MvcBuildViews>
     <UseIISExpress>true</UseIISExpress>
     <IISExpressSSLPort />
@@ -24,7 +24,6 @@
     <TypeScriptToolsVersion>1.0</TypeScriptToolsVersion>
     <Use64BitIISExpress />
     <UseGlobalApplicationHostFile />
-    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -2386,6 +2385,7 @@
     <Content Include="modules\task\stacker-monitor\stacker-monitor.htm" />
     <Content Include="modules\task\task-controller.js" />
     <Content Include="modules\task\task.htm" />
+    <None Include="Properties\PublishProfiles\iwarePod.pubxml" />
     <None Include="Service References\ControlCenterWcfService\configuration91.svcinfo" />
     <None Include="Service References\ControlCenterWcfService\configuration.svcinfo" />
     <Content Include="Service References\ControlCenterWcfService\iWarePod.ControlCenterWcfService.ConveyorInfoEntity.datasource">

--
Gitblit v1.9.3