|
|
|
@ -87,7 +87,7 @@ public class AmsReportServiceImpl implements AmsReportService { |
|
|
|
String url = amsDao.queryTemplate(dto.getScaleCode()); |
|
|
|
if (StrUtil.isEmpty(url)) { |
|
|
|
//使用通用模版
|
|
|
|
url = "D:/Projects/ruisi_cga/server/profile/gg_template.docx"; |
|
|
|
url = "/data/cgav2/server/profile/gg_template.docx"; |
|
|
|
} |
|
|
|
HashMap<String, Object> params = new HashMap<>(); |
|
|
|
|
|
|
|
|