From 415d9d76d0f73f804c7ac9e51591bd15c7d84517 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 16 七月 2024 15:40:26 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Business.WMS/Transaction/ItemQuery.cs | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/ItemQuery.cs b/Tiger.Business.WMS/Transaction/ItemQuery.cs index 4102926..89492a2 100644 --- a/Tiger.Business.WMS/Transaction/ItemQuery.cs +++ b/Tiger.Business.WMS/Transaction/ItemQuery.cs @@ -172,11 +172,6 @@ { needSaveHistoryLog = true; CloseLight().Wait(); - if (!(req?.BILLCODE ?? "").IsNullOrEmpty()) - { - Biz.Db.Deleteable<WMS_ITEM_POOL>().Where(x => x.TRANS_NO == req.BILLCODE).ExecuteCommand(); - } - Biz.Db.Deleteable<WMS_ITEM_POOL>().Where(q => CurPoolList.Select(q => q.SN).Contains(q.SN)).ExecuteCommand(); //淇濆瓨鎿嶄綔鏃ュ織 this.IsFinished = true; -- Gitblit v1.9.3