From e03ff94e4ec510f5cc1af2ecf11f486bf6819496 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期四, 28 十月 2021 16:28:04 +0800 Subject: [PATCH] 1 --- DAL/计划管理/ClsGy_RoutingBill.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs" "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs" index 6edfd0f..5b1c5dc 100644 --- "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs" +++ "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/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"); -- Gitblit v1.9.1