Commit 74b4fdf0 authored by 刘基明's avatar 刘基明

Merge branch 'v3.2.0_download_pdf' into 'dev'

pdf 下载

See merge request !12
parents 543d2a6d 7d36a03d
......@@ -28,6 +28,9 @@ public class DownloadPdfService {
}else {
ReportDownloadSummary entity = reportDownloadSummaries.get(0);
entity.setStdVipLimit(0);
entity.setDeepReportStd(0);
entity.setHoldFundReportStd(0);
entity.setCumulativeProfitReportStd(0);
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