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;