From b8f0938c46299b821eb73b3b4aec9fc807178354 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期二, 10 六月 2025 17:33:09 +0800
Subject: [PATCH] 11

---
 ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
index f3fa3bf..1e615e8 100644
--- a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
+++ b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
@@ -146,7 +146,7 @@
         public ZZTPWNumResult ZZTPWNum(string factory)
         {
             ZZTPWNumResult result = new ZZTPWNumResult();
-            result = ApiHelper.ZZTPWNum();
+            result = ApiHelper.ZZTPWNum(factory);
             return result;
         }
     }

--
Gitblit v1.9.1