From 083b82a556c9f78228964c91cffbf0b902b64138 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 30 三月 2022 08:53:02 +0800 Subject: [PATCH] 1 --- 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