Commit ddb32657 by guojuxing

查询超级管理员接口修复

parent c192b93e
......@@ -56,7 +56,7 @@ public class UserServiceImpl implements UserService {
@Override
public TabSysUser getUserByEnterpriseId(Integer enterpriseId) {
return null;
return tabSysUserMapper.selectByEnterpriseId(enterpriseId);
}
@Override
......
Markdown is supported
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