用户首次登录需要修改密码
This commit is contained in:
parent
5b16865ab7
commit
ee0107384e
|
|
@ -4,6 +4,7 @@ import java.util.List;
|
|||
|
||||
import com.bonus.sgzb.common.core.web.domain.AjaxResult;
|
||||
import com.bonus.sgzb.system.api.domain.SysUser;
|
||||
import com.bonus.sgzb.system.api.model.LoginUser;
|
||||
import com.bonus.sgzb.system.domain.po.UrgentProcessingUser;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
|
@ -227,5 +228,5 @@ public interface ISysUserService
|
|||
|
||||
String selectforceChangePwd(String username);
|
||||
|
||||
void updatePwdState();
|
||||
void updatePwdState(LoginUser loginUser);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue