Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2e26e41a
Commit
2e26e41a
authored
Mar 18, 2019
by
qiankunpingtai
Browse files
修改max提出的查询sql不正确的问题
parent
72e088c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/UserMapperEx.xml
View file @
2e26e41a
...
...
@@ -11,7 +11,7 @@
select *
FROM jsh_user
where 1=1
and
user.
status not in('1','2')
and status not in('1','2')
<if
test=
"userName != null"
>
and username like '%${userName}%'
</if>
...
...
@@ -27,7 +27,7 @@
COUNT(id)
FROM jsh_user
WHERE 1=1
and
user.
status not in('1','2')
and status not in('1','2')
<if
test=
"userName != null"
>
and username like '%${userName}%'
</if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment