yangle
2024-01-23 8860119232961a481ebd14dd4f61755ed419c3f2
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;
                        }