From 66a2337f11e9fbb56f8577060bbb24605de68a29 Mon Sep 17 00:00:00 2001 From: wenjy Date: Fri, 12 Jan 2024 09:22:17 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E7=8F=AD=E7=BB=84=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=8F=96=E5=80=BC=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.OldBoxFoam/Business/TeamSwitchBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.OldBoxFoam/Business/TeamSwitchBusiness.cs b/Aucma.Core.OldBoxFoam/Business/TeamSwitchBusiness.cs index e7bb1fae..ba571a12 100644 --- a/Aucma.Core.OldBoxFoam/Business/TeamSwitchBusiness.cs +++ b/Aucma.Core.OldBoxFoam/Business/TeamSwitchBusiness.cs @@ -208,7 +208,7 @@ namespace Aucma.Core.OldBoxFoam.Business log.Warn("班组切换小时数据记录保存失败"); } //当班计划,班组计划设为0 - var planInfoList = _boxFoamPlanServices.QueryAsync(x => x.ProductLineCode == "CX_01" && x.StationCode == "1105").Result; + var planInfoList = _boxFoamPlanServices.QueryAsync(x => x.ProductLineCode == "CX_01" && x.StationCode == "1105" && x.ShiftType == 1).Result; if (planInfoList != null) {