From c8ff461116306749ed4135fbb1e32a7d6777d5f0 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期二, 03 六月 2025 17:13:53 +0800
Subject: [PATCH] ERP

---
 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