Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
simba
2016-07-08 15:38:42 +0800
Commit
5981e61282e5be28ab8dae5b7d23fdae2d1d8c6b
2 parents
0c8c0fa4
c4f80fbd
Merge branch 'master' of
http://git.yoho.cn/ops/monitor-service
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-mysql/src/main/resources/com/monitor/mysql/mapper/JavaApiInfoMapper.xml
monitor-service-mysql/src/main/resources/com/monitor/mysql/mapper/JavaApiInfoMapper.xml
View file @
5981e61
...
...
@@ -191,7 +191,7 @@
<if
test=
"params.apiWarnTrigger != null"
>
and info.api_warn_trigger = #{params.apiWarnTrigger,jdbcType=INTEGER}
</if>
ORDER BY statics.err_num desc
ORDER BY
info.api_toggle desc ,
statics.err_num desc
limit #{startIndex},#{pageSize}
</select>
...
...
Please
register
or
login
to post a comment