WebAPI/Controllers/CJGL/Sc_ProcExchWorkBackBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/CJGL/Sc_ProcExchWorkBackBillController.cs
@@ -665,7 +665,7 @@ DataTable dt2 = new DataTable("DataColor"); List<object> columnNameList = new List<object>(); string sql = "exec h_p_SingleRowWall "+ sWhere; string sql = "exec h_p_Sc_SingleRowWall " + sWhere; ds = oCN.RunProcReturn(sql, "DataSouce"); //添加列名 @@ -766,7 +766,7 @@ } } } if (num == ds.Tables[0].Columns.Count||i==3) if (num == ds.Tables[0].Columns.Count) { break; }