Commit c302272a by 墨竹

feat:登录兼容

parent b788df7d
......@@ -51,7 +51,7 @@ public class WebBaseController {
* @return
*/
protected WellDoneLoginDTO getLoginUser() {
return (WellDoneLoginDTO) AuthRequestWellDoneUtil.getLoginUser();
return AuthRequestWellDoneUtil.getLoginUser();
}
public boolean haveRight(List<DisplayRelationShortInfoDTO> list){
......
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