Merge pull request #21 from fourcows/master
fix: updateUserStatus方法的注释有误
This commit is contained in:
commit
98b2052824
@ -74,7 +74,7 @@ public interface SysUserService {
|
|||||||
void updateUserPassword(Long id, String password);
|
void updateUserPassword(Long id, String password);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改密码
|
* 修改状态
|
||||||
*
|
*
|
||||||
* @param id 用户编号
|
* @param id 用户编号
|
||||||
* @param status 状态
|
* @param status 状态
|
||||||
|
Loading…
Reference in New Issue
Block a user