From c7327ce93612f6023b94982b4596ad4786567580 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 08 一月 2025 21:42:28 +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