Commit b84224d7 authored by 稚屿's avatar 稚屿 Committed by Gitee

补全注册用户方法上遗漏的@Override注解

parent 98a143f1
......@@ -252,6 +252,7 @@ public class SysUserServiceImpl implements ISysUserService
* @param user 用户信息
* @return 结果
*/
@Override
public boolean registerUser(SysUser user)
{
return userMapper.insertUser(user) > 0;
......
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