From 2ad59eaf3c77b2105a921b0884dbaae2dbe295ad Mon Sep 17 00:00:00 2001 From: wenjy Date: Sat, 6 Jan 2024 19:15:48 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=97=A8=E4=BD=93=E5=8F=91?= =?UTF-8?q?=E6=B3=A1=E5=A4=B9=E5=85=B7=E7=B1=BB=E5=9E=8B=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.DoorFoam/Business/DoorCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.DoorFoam/Business/DoorCollection.cs b/Aucma.Core.DoorFoam/Business/DoorCollection.cs index 0d50d362..6edf9f2a 100644 --- a/Aucma.Core.DoorFoam/Business/DoorCollection.cs +++ b/Aucma.Core.DoorFoam/Business/DoorCollection.cs @@ -93,7 +93,7 @@ namespace Aucma.Core.DoorFoam.Business GunNumber = moldStatus.GunNumber, MoldStatus = moldStatus.MoldStatus, MainId = moldStatus.MainId, - MoldType = moldType.MoldType, + MoldType = moldType.MoldType.Replace("\b","").Replace("\u0001", "").Replace("\0", "").Trim(), MoldProdutionA = moldOutPut_A.MoldProdutionA, MoldProdutionB = moldOutPut_B.MoldProdutionB, DeviceStatus = deviceStatus,