From 9e114094d44696be6bebfe7e5a5c9842abc5404d Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期日, 20 四月 2025 20:28:48 +0800
Subject: [PATCH] 收货单列表(带分页),分页修改

---
 Tiger.Business.WMS/Transaction/WmsCount.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business.WMS/Transaction/WmsCount.cs b/Tiger.Business.WMS/Transaction/WmsCount.cs
index e4f788b..1bfac82 100644
--- a/Tiger.Business.WMS/Transaction/WmsCount.cs
+++ b/Tiger.Business.WMS/Transaction/WmsCount.cs
@@ -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();
             //淇濆瓨鎿嶄綔鏃ュ織

--
Gitblit v1.9.3