From 9f082f7ffa1f48a86464ec7a9255fecc573bbf1f Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 30 三月 2022 17:29:37 +0800
Subject: [PATCH] 器具档案批量生成

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

diff --git a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
index 55c617d..9c3e555 100644
--- a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
@@ -786,8 +786,8 @@
                 {
                     for (int i = 0; i < listCa.Count; i++)
                     {
-                        long HInterID = DBUtility.ClsPub.CreateBillID_Prod("4602", ref DBUtility.ClsPub.sExeReturnInfo);
-                        string HBillNo = DBUtility.ClsPub.CreateBillCode_Prod("4602", ref DBUtility.ClsPub.sExeReturnInfo, true);
+                        long HInterID = DBUtility.ClsPub.CreateBillID_Prod("6666", ref DBUtility.ClsPub.sExeReturnInfo);
+                        string HBillNo = DBUtility.ClsPub.CreateBillCode_Prod("6666", ref DBUtility.ClsPub.sExeReturnInfo, true);
                         //long HOutOrgID = int.Parse(listCa[i].HOutOrgID.ToString());
                         //long HWHID = int.Parse(listCa[i].HWHID.ToString());
 

--
Gitblit v1.9.1