云购os移除

This commit is contained in:
2024-12-30 16:23:51 +08:00
parent 41eabc21b5
commit 257bc9e760
4 changed files with 29 additions and 132 deletions

View File

@@ -1498,7 +1498,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
if (ret) {
ThreadUtil.execAsync(()->{
discSpinningService.withdrawAsync(entity, money.doubleValue(), "[提现]");
},true);
});
}
} catch (Exception e) {
log.error("首绑支付宝发放奖励异常,用户信息:{}", JSONUtil.toJsonStr(entity));