|
@@ -75,6 +75,9 @@ public class NavFrequencyComputeTask {
|
|
fundReportFrequency.setNavFrequency(Frequency.MONTH.getCode());
|
|
fundReportFrequency.setNavFrequency(Frequency.MONTH.getCode());
|
|
}
|
|
}
|
|
if(fundReportFrequency.getNavFrequency() != null){
|
|
if(fundReportFrequency.getNavFrequency() != null){
|
|
|
|
+ fundReportFrequency.setIsvalid(1);
|
|
|
|
+ fundReportFrequency.setCreateTime(new Date());
|
|
|
|
+ fundReportFrequency.setUpdateTime(new Date());
|
|
fundReportFrequencyMapper.insert(fundReportFrequency);
|
|
fundReportFrequencyMapper.insert(fundReportFrequency);
|
|
}
|
|
}
|
|
}
|
|
}
|