Browse Source

fix bug

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
ce08941ef5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java

+ 1
- 1
mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java View File

@@ -333,7 +333,7 @@ public class WxUserGrantController extends BaseController {
newUser.setExtraInfo(extraInfo.toJSONString());
}
newUser.setLoginCount(1);
oldUser.setActiveTime(new Date());
newUser.setActiveTime(new Date());
wxCUserService.saveOrUpdate(newUser);
request.setAttribute(Constant.LOGIN_USER_KEY, newUser.getId());



Loading…
Cancel
Save