Commit c77aef9d authored by 季圣华's avatar 季圣华
Browse files

解决查用户列表不过滤的bug

parent 5774580b
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment