Commit 1eb85bb2 by 魏文甫

Merge branch 'wei_master' into '105'

update

See merge request !32
2 parents 16a5e466 863db730
......@@ -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!