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") //{