|
|
@@ -192,10 +192,10 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
//发放新用户福利
|
|
|
final Long fUid = user.getId();
|
|
|
TASK_POOL.execute(() -> {
|
|
|
- try {
|
|
|
- sendNewUserWelfare(fUid);
|
|
|
- } catch (Exception e) {
|
|
|
- }
|
|
|
+// try {
|
|
|
+// sendNewUserWelfare(fUid);
|
|
|
+// } catch (Exception e) {
|
|
|
+// }
|
|
|
//去关联对应企业微信用户
|
|
|
relateCorpUserAndSengWelfare(fUid, unionid);
|
|
|
});
|
|
|
@@ -559,12 +559,12 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
}
|
|
|
//发放新用户福利
|
|
|
final Long fUid = user.getId();
|
|
|
- TASK_POOL.execute(() -> {
|
|
|
- try {
|
|
|
- sendNewUserWelfare(fUid);
|
|
|
- } catch (Exception e) {
|
|
|
- }
|
|
|
- });
|
|
|
+// TASK_POOL.execute(() -> {
|
|
|
+// try {
|
|
|
+// sendNewUserWelfare(fUid);
|
|
|
+// } catch (Exception e) {
|
|
|
+// }
|
|
|
+// });
|
|
|
final String login_email = user.getEmail();
|
|
|
final String login_phone = user.getLoginPhone();
|
|
|
UserBindDetail bindDetail = userBindDetailMapper.selectOne(Wrappers.lambdaQuery(UserBindDetail.class)
|