|
@@ -42,7 +42,7 @@ public class FundDeletionTask {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private DeletionInfoMapper deletionInfoMapper;
|
|
private DeletionInfoMapper deletionInfoMapper;
|
|
- @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
|
|
|
+ @Scheduled(cron = "0 0 5,12,20 * * ?")
|
|
public void computeDeletion(){
|
|
public void computeDeletion(){
|
|
List<String> fundIdList = navMapper.getAllFundId();
|
|
List<String> fundIdList = navMapper.getAllFundId();
|
|
for(String fundId : fundIdList){
|
|
for(String fundId : fundIdList){
|