change - 老线发泡计划不更新问题处理

dev
wenjy 1 year ago
parent 919349a20c
commit 1b99e2d6f3

@ -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物料型号

@ -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>

Loading…
Cancel
Save