Showing
1 changed file
with
1 additions
and
1 deletions
@@ -223,7 +223,7 @@ | @@ -223,7 +223,7 @@ | ||
223 | <if test="params.apiWarnTrigger != null"> | 223 | <if test="params.apiWarnTrigger != null"> |
224 | and info.api_warn_trigger = #{params.apiWarnTrigger,jdbcType=INTEGER} | 224 | and info.api_warn_trigger = #{params.apiWarnTrigger,jdbcType=INTEGER} |
225 | </if> | 225 | </if> |
226 | - ORDER BY info.service_id | 226 | + ORDER BY info.api_toggle desc, info.service_id |
227 | limit #{startIndex},#{pageSize} | 227 | limit #{startIndex},#{pageSize} |
228 | </select> | 228 | </select> |
229 | 229 |
-
Please register or login to post a comment