案例推送

This commit is contained in:
lims1@hunktimes.com
2023-08-05 18:21:49 +08:00
parent f501c2a70d
commit 437663776c

View File

@@ -23,6 +23,7 @@ import com.xboe.module.boecase.vo.CasesRecommendLaunchVo;
import com.xboe.system.user.dao.UserDao;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -65,6 +66,7 @@ public class CasesRecommendPushRecordServiceImpl implements ICasesRecommendPushR
private AsyncSendCasesRecommendService asyncSendCasesRecommendService;
@Override
@Async
public boolean launchPush(CasesRecommendLaunchVo casesRecommendLaunch, CurrentUser currentUser, String token) {
long t1 = System.currentTimeMillis();