@@ -12,4 +12,6 @@ public interface UnifiedUserCenterService {
R<?> unbind(UnifiedUserCenterDTO dto);
OneAccountVO queryClients(String uuid);
+
+ void syncLotteryCount(UnifiedUserCenterDTO dto);
}
@@ -218,6 +218,7 @@ public class UnifiedUserCenterServiceImpl implements UnifiedUserCenterService {
// 异步同步抽奖次数
@Async
+ @Override
public void syncLotteryCount(UnifiedUserCenterDTO dto) {
try {
boolean lotteryCountBool = this.lotteryCountService.batchAdd(dto);