Commit c0f4f805 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !281 from 稚屿/N/A
parents 98a143f1 b84224d7
......@@ -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