Commit c08daf9f authored by 王亮's avatar 王亮

add user attached migration.

parent 580c0f76
...@@ -24,7 +24,7 @@ public class UserAttachedMigrationJobHandler { ...@@ -24,7 +24,7 @@ public class UserAttachedMigrationJobHandler {
@Autowired @Autowired
private IUserInfoRepository userInfoRepository; private IUserInfoRepository userInfoRepository;
@XxlJob(value = "userTagCleanJobHandler") @XxlJob(value = "userAttachedMigrationJobHandler")
public ReturnT<String> execute(String param) { public ReturnT<String> execute(String param) {
Pageable pageable = new PageRequest(0, 500); Pageable pageable = new PageRequest(0, 500);
Page<UserAttached> userAttachedPage = userAttachedRepository.findAll(pageable); Page<UserAttached> userAttachedPage = userAttachedRepository.findAll(pageable);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment