From 7364add5b6c9af6294e1b28f4ec85a3739d71cd1 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 31 五月 2022 14:25:22 +0800
Subject: [PATCH] 条码生成模块,生成条码增加存入字段HInitSourceEntryID

---
 WebAPI/DLL/ClsSb_MouldRepairWorkBill.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/DLL/ClsSb_MouldRepairWorkBill.cs b/WebAPI/DLL/ClsSb_MouldRepairWorkBill.cs
index b26a167..d277ac7 100644
--- a/WebAPI/DLL/ClsSb_MouldRepairWorkBill.cs
+++ b/WebAPI/DLL/ClsSb_MouldRepairWorkBill.cs
@@ -157,7 +157,7 @@
             {
                 //鏌ヨ涓昏〃
                 DataSet Ds ;
-                Ds = oCn.RunProcReturn("Select * from Sc_MouldRepairWorkBillMain Where HInterID=" + lngBillKey.ToString(), "Sc_MouldRepairWorkBillMain");
+                Ds = oCn.RunProcReturn("Select * from Sc_MouldRepairSendWorkBill Where HInterID=" + lngBillKey.ToString(), "Sc_MouldRepairSendWorkBill");
                 if(Ds.Tables[0].Rows.Count==0)
                 {
                     sReturn = "鍗曟嵁鏈壘鍒帮紒";
@@ -213,7 +213,7 @@
                 
                 //寰幆
                 DataSet DsSub ;
-                DsSub = oCn.RunProcReturn("Select * from Sc_MouldRepairWorkBillSub Where HInterID=" + lngBillKey.ToString() + " order by HEntryID ", "Sc_MouldRepairWorkBillSub");
+                DsSub = oCn.RunProcReturn("Select * from Sc_MouldRepairSendWorkBillSub Where HInterID=" + lngBillKey.ToString() + " order by HEntryID ", "Sc_MouldRepairSendWorkBillSub");
                 DetailColl.Clear();//娓呯┖
                 for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++)
                 {

--
Gitblit v1.9.1