|
|
|
@ -114,7 +114,7 @@ public class KhVoteEmpServiceImpl implements IKhVoteEmpService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
@Transactional
|
|
|
|
@Transactional
|
|
|
|
@Async("threadPoolTaskExecutor")
|
|
|
|
// @Async("threadPoolTaskExecutor")
|
|
|
|
public AjaxResult voteSubmit(KhVoteRecardParam param) {
|
|
|
|
public AjaxResult voteSubmit(KhVoteRecardParam param) {
|
|
|
|
System.out.println("------------------------开始异步批量处理用户数据,线程:" + Thread.currentThread().getName());
|
|
|
|
System.out.println("------------------------开始异步批量处理用户数据,线程:" + Thread.currentThread().getName());
|
|
|
|
Map<String, String> xuanxiangDetails = new LinkedHashMap<>();
|
|
|
|
Map<String, String> xuanxiangDetails = new LinkedHashMap<>();
|
|
|
|
|