duhe
2023-08-16 3174f9de445effecfefed80ef90b05b26b8385f9
WebAPI/Controllers/项目管理/项目阶段/Gy_ProjectStageController.cs
@@ -203,12 +203,12 @@
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("select * from h_v_Gy_ProjectStage order by 闃舵缂栫爜 ", "h_v_Gy_ProjectStage");
                    ds = oCN.RunProcReturn("select * from h_v_Gy_ProjectStage order by 闃舵缂栫爜 desc", "h_v_Gy_ProjectStage");
                }
                else
                {
                    string sql1 = "select * from h_v_Gy_ProjectStage where 1 = 1 ";
                    string sql = sql1 + sWhere + " order by 闃舵缂栫爜 ";
                    string sql = sql1 + sWhere + " order by 闃舵缂栫爜 desc";
                    ds = oCN.RunProcReturn(sql, "h_v_Gy_ProjectStage");
                }