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