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
c77aef9d
Commit
c77aef9d
authored
Apr 25, 2020
by
季圣华
Browse files
解决查用户列表不过滤的bug
parent
5774580b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/service/user/UserService.java
View file @
c77aef9d
...
...
@@ -68,6 +68,7 @@ public class UserService {
public
List
<
User
>
getUser
()
throws
Exception
{
UserExample
example
=
new
UserExample
();
example
.
createCriteria
().
andStatusEqualTo
(
BusinessConstants
.
USER_STATUS_NORMAL
);
List
<
User
>
list
=
null
;
try
{
list
=
userMapper
.
selectByExample
(
example
);
...
...
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