Commit 7d36a03d authored by 刘基明's avatar 刘基明

pdf 下载

parent 31f3dc33
...@@ -28,6 +28,9 @@ public class DownloadPdfService { ...@@ -28,6 +28,9 @@ public class DownloadPdfService {
}else { }else {
ReportDownloadSummary entity = reportDownloadSummaries.get(0); ReportDownloadSummary entity = reportDownloadSummaries.get(0);
entity.setStdVipLimit(0); entity.setStdVipLimit(0);
entity.setDeepReportStd(0);
entity.setHoldFundReportStd(0);
entity.setCumulativeProfitReportStd(0);
reportDownloadSummaryMapper.updateById(entity); reportDownloadSummaryMapper.updateById(entity);
} }
} }
......
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