WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
@@ -4814,8 +4814,8 @@ { List<object> columnNameList = new List<object>(); string sql = "select * from h_v_OA_AndengFlowRuleBillMainList where hmainid='" + HID + "'"; ds = oCN.RunProcReturn(sql, "h_v_OA_AndengFlowRuleBillMainList"); string sql = "select * from h_v_OA_AndengFlowRuleBillMainEdit where hmainid='" + HID + "'"; ds = oCN.RunProcReturn(sql, "h_v_OA_AndengFlowRuleBillMainEdit"); //添加列名 foreach (DataColumn col in ds.Tables[0].Columns)