WebAPI/Controllers/项目管理/项目阶段/Gy_ProjectStageController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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"); }