Commit 3e36a510 authored by 王亮's avatar 王亮

remove unused code.

parent 2c45dd8f
......@@ -426,6 +426,8 @@ public class InnerController implements IBaseController {
if (user != null) {
return JsonResult.buildSuccessResult(null, new UserRet(user));
}
}else{
return JsonResult.buildSuccessResult(null, new UserRet(user));
}
}
......
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