Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
tanling
2019-12-18 14:21:35 +0800
Commit
f098cab3887d6e3d20e42e1ef701f11f0880ab33
2 parents
5d22fd2b
4ce3a75f
Merge branch 'test6.9.18' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.9.18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/users/InBoxMapper.xml
dal/src/main/resources/META-INF/mybatis/users/InBoxMapper.xml
View file @
f098cab
...
...
@@ -57,7 +57,7 @@
limit #{rowNo},#{limit}
</select>
<select
id=
"selectTotalInboxs"
resultType=
"java.lang.Integer"
>
select count(1) from ${tableName}
force index(`read`)
where uid = #{uid} and is_del='N'
select count(1) from ${tableName} where uid = #{uid} and is_del='N'
<if
test=
"type != null"
>
and type=#{type}
</if>
...
...
Please
register
or
login
to post a comment