From 1b99e2d6f340037964eb307abf26f907ea49a5fd Mon Sep 17 00:00:00 2001 From: wenjy <wenjy@mesnac.com> Date: Tue, 9 Jan 2024 19:15:27 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=80=81=E7=BA=BF=E5=8F=91?= =?UTF-8?q?=E6=B3=A1=E8=AE=A1=E5=88=92=E4=B8=8D=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service_New/RecordBoxFoamFixtureComplateServices.cs | 2 +- Aucma.Core.BoxFoam/Aucma.Core.BoxFoam.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.Core.Service/Service_New/RecordBoxFoamFixtureComplateServices.cs b/Admin.Core.Service/Service_New/RecordBoxFoamFixtureComplateServices.cs index cb4ab5c5..77f3c8d9 100644 --- a/Admin.Core.Service/Service_New/RecordBoxFoamFixtureComplateServices.cs +++ b/Admin.Core.Service/Service_New/RecordBoxFoamFixtureComplateServices.cs @@ -266,7 +266,7 @@ namespace Admin.Core.Service.Service_New List<string> result = null; if(stationCode == "1105") { - if (string.IsNullOrEmpty(boxType)) + if (!string.IsNullOrEmpty(boxType)) { var boxFoamTypeList = _boxFoamTypeServices.Query(x => x.Boxtype == boxType); //MaterialCode物料型号 diff --git a/Aucma.Core.BoxFoam/Aucma.Core.BoxFoam.csproj b/Aucma.Core.BoxFoam/Aucma.Core.BoxFoam.csproj index a4a39d03..afffdecb 100644 --- a/Aucma.Core.BoxFoam/Aucma.Core.BoxFoam.csproj +++ b/Aucma.Core.BoxFoam/Aucma.Core.BoxFoam.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <OutputType>Exe</OutputType> + <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF>