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
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2017-11-17 09:38:05 +0800
Commit
d6fb7e596401a3a01295527388999970cd4c3165
1 parent
50beb0bd
监控对象管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-service-mysql/src/main/resources/META-INF/mybatis/HostGroupMapper.xml
monitor-service-mysql/src/main/resources/META-INF/mybatis/HostGroupMapper.xml
View file @
d6fb7e5
...
...
@@ -73,6 +73,7 @@
<if
test=
"tagTypeContent!=null && tagTypeContent != ''"
>
and tag_type = #{tagTypeContent,jdbcType=VARCHAR}
</if>
order by tag_type,id desc
</select>
<select
id=
"selectCount"
resultType=
"java.lang.Integer"
>
...
...
Please
register
or
login
to post a comment