|
@@ -42,6 +42,7 @@ public class NavAmplitudeTask {
|
|
//获取净值振幅错误的数据总量
|
|
//获取净值振幅错误的数据总量
|
|
Integer total = emailFundNavService.getNavAmplitudeErrorCount();
|
|
Integer total = emailFundNavService.getNavAmplitudeErrorCount();
|
|
if(total==0){
|
|
if(total==0){
|
|
|
|
+ endEmailTask(emailTaskInfoDO.getId(),2);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
//不超过10W数据,就一次查询处理,超过就分批次处理
|
|
//不超过10W数据,就一次查询处理,超过就分批次处理
|