|
|
|
@@ -170,6 +170,7 @@ public class WxUserGrantController extends BaseController { |
|
|
|
extraInfo.put("systemInfo",JSONObject.parseObject(systemInfo)); |
|
|
|
user1.setExtraInfo(extraInfo.toJSONString()); |
|
|
|
|
|
|
|
user1.setLoginCount(user1.getLoginCount()+1); |
|
|
|
wxCUserService.saveOrUpdate(user1); |
|
|
|
// 成长值 |
|
|
|
try { |
|
|
|
@@ -196,6 +197,7 @@ public class WxUserGrantController extends BaseController { |
|
|
|
JSONObject extraInfo = new JSONObject(); |
|
|
|
extraInfo.put("systemInfo",JSONObject.parseObject(systemInfo)); |
|
|
|
user.setExtraInfo(extraInfo.toJSONString()); |
|
|
|
user.setLoginCount(0); |
|
|
|
|
|
|
|
wxCUserService.saveOrUpdate(user); |
|
|
|
|
|
|
|
|