DAL/计划管理/ClsGy_RoutingBill.cs
@@ -332,7 +332,7 @@ omodel.HMaterTexture = Ds.Tables[0].Rows[0]["HMaterTexture"].ToString().Trim(); omodel.HProductNum = Ds.Tables[0].Rows[0]["HProductNum"].ToString().Trim(); omodel.HVerNum = Ds.Tables[0].Rows[0]["HVerNum"].ToString().Trim(); omodel.HPRDORGID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HOrgID"].ToString()); //寰幆 DataSet DsSub ; DsSub = oCn.RunProcReturn("Select * from Gy_RoutingBillSub Where HInterID=" + lngBillKey.ToString() + " Order by HEntryID ", "Gy_RoutingBillSub");