服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-04-01 08343d90d3aa73dd5ec89aaf7b3815e22eba0eb1
Tiger.Business.WMS/Transaction/WmsCount.cs
@@ -16,7 +16,7 @@
namespace Tiger.Business.WMS.Transaction
{
    /// <summary>
    /// 盘点调度事务
    /// 仓库盘点事务
    /// </summary>
    public class WmsCount : WMSTransactionBase, IWmsCount
    {
@@ -546,7 +546,7 @@
        public override bool Close(bool needSaveHistoryLog = false)
        {
            //检查盘点单是否关闭
            Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("pkg_count_status", new SugarParameter("CountNo", count.COUNT_NO));
            Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("sp_count_status", new SugarParameter("CountNo", count.COUNT_NO));
            //needSaveHistoryLog = true;
            CloseLight(new CountLightEntity() { ShelfCode = "" }).Wait();
            //保存操作日志