YL
2021-09-16 8066c430604a616172d59a1e568e16bedc8cc424
CLOUDWEB/WebService1.asmx.cs
@@ -5120,7 +5120,7 @@
                //string sql1 = string.Format(@"update Sc_ICMOBillWorkQtyStatus_Tmp  set 
                //                 HICMOReportInterID ='" + oMain.HInterID + "', HICMOReportBillNo='" + oMain.HBillNo + "' from Sc_ICMOBillWorkQtyStatus_Tmp a where a.HICMOBillNo='" + workcode + "' and a.HSourceID='" + HSourceID + "' and  HICMOInterID='" + oMain.HMainSourceInterID + "' and a.HICMOEntryID='" + oMain.HMainSourceEntryID + "' and a.HMaker='" + oMain.HMaker + "'  and HRelationInterID='0'");
                //oCn.RunProc(sql1);
                string sql1 = string.Format(@"update Sc_ICMOBillStatus_Tmp ");
                //string sql1 = string.Format(@"update Sc_ICMOBillStatus_Tmp ");
                //更新关联数量
                oCn.RunProc("exec h_p_Sc_UpDateRelation_ICMOToICMOReport_Add " + oMain.HInterID.ToString());