From d2f14f6bb44c6dd19cc0816a033452b6de56184b Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 06 四月 2025 18:09:45 +0800 Subject: [PATCH] 增加备料任务调用U9接口方法 --- Tiger.Business.WMS/Transaction/ItemQuery.cs | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/ItemQuery.cs b/Tiger.Business.WMS/Transaction/ItemQuery.cs index 4102926..7a99260 100644 --- a/Tiger.Business.WMS/Transaction/ItemQuery.cs +++ b/Tiger.Business.WMS/Transaction/ItemQuery.cs @@ -18,7 +18,7 @@ namespace Tiger.Business.WMS.Transaction { /// <summary> - /// 鐢熶骇棰嗘枡浜嬪姟 + /// 搴撳瓨鏌ヨ浜嬪姟 /// </summary> public class ItemQuery : WMSTransactionBase, IItemQuery { @@ -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