服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-10 7b866428a3aff80684f04f38361b7efb31097f47
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;