From 3d11932772e3a8a582e9fb387984606b027fc794 Mon Sep 17 00:00:00 2001 From: wenjy Date: Mon, 30 Dec 2024 08:53:24 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E4=BF=AE=E6=94=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=98=9F=E5=88=97=E6=89=8B=E5=8A=A8=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E9=98=9F=E5=88=97=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUCMA.STORE.Analysis/Implements/BaseTaskQueueBusiness.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AUCMA.STORE.Analysis/Implements/BaseTaskQueueBusiness.cs b/AUCMA.STORE.Analysis/Implements/BaseTaskQueueBusiness.cs index 4410d2c..9c83939 100644 --- a/AUCMA.STORE.Analysis/Implements/BaseTaskQueueBusiness.cs +++ b/AUCMA.STORE.Analysis/Implements/BaseTaskQueueBusiness.cs @@ -65,6 +65,14 @@ namespace AUCMA.STORE.Business.Implements exp = exp.And(s1 => s1.locationArea == locationArea); } + if(taskType == TaskType.OutStore) + { + if(operationType == OperationType.ManualOperation) + { + exp = exp.And(s1 => s1.locationArea == locationArea); + } + } + var outStoreType = iNIFile.IniReadValue("系统设置", "出库方式"); //if(outStoreType == "2") //{