Commit 863db730 by 魏文甫

update

1 parent 1ab83cf0
......@@ -97,6 +97,7 @@ public class UserController extends BaseController {
return returnError("0", "用户未登录", null);
}
loginUser = tKzyUserMapper.selectByPrimaryKey(loginUser.getId());
String wxOpenId = request.getParameter("wxOpenId");
String fullName = request.getParameter("fullName");
String userCategory = request.getParameter("userCategory");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!