From 58dc28344fd0b33c225b4c37be18eb89150f91de Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期五, 14 一月 2022 08:57:45 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- 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