|
@@ -46,8 +46,8 @@ import java.util.stream.Collectors;
|
|
@Service
|
|
@Service
|
|
public class PdfServiceImpl extends BaseService implements PdfService {
|
|
public class PdfServiceImpl extends BaseService implements PdfService {
|
|
|
|
|
|
- private String templatePdfPath = FileUtils.getUserDirectory() + "/学生测试报告文档3.pdf";
|
|
|
|
- private String templatePdfPathForGroup = FileUtils.getUserDirectory() + "/班级测试报告文档修改.pdf";
|
|
|
|
|
|
+ private String templatePdfPath = "/var/www/download/StudentResultPDFTemplate.pdf";
|
|
|
|
+ private String templatePdfPathForGroup = "/var/www/download/GroupResultsPDFTemplate.pdf";
|
|
|
|
|
|
private String SAVE_PATH = "/var/www/download/";
|
|
private String SAVE_PATH = "/var/www/download/";
|
|
private String PDF_PATH = "pdf/";
|
|
private String PDF_PATH = "pdf/";
|