From 8a5a1c5f786298d72fa56f54cb3745e807e084d7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 05 十月 2024 09:19:45 +0800
Subject: [PATCH] 获取单据内码-流转卡

---
 WebAPI/Controllers/WebAPIController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index 25dea84..f9ff323 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -181,7 +181,7 @@
                 string sErrMsg = "";
                 Int64 HInterID = 0;//鏄剧ず鐨勫瓧娈�
                 HInterID = DBUtility.ClsPub.CreateBillID_Prod(HBillType, ref sErrMsg);
-                HBillNo = DBUtility.ClsPub.CreateBillCode_Prod(HBillType, ref sErrMsg, true);
+                //HBillNo = DBUtility.ClsPub.CreateBillCode_Prod(HBillType, ref sErrMsg, true);
 
                 DataSet ds;
                 SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();

--
Gitblit v1.9.1