Commit df3c9bd6 by Simon Cheng

'pdfhtml模板'

parent 6b07bae1
......@@ -53,7 +53,6 @@ public class PractitionerController {
@RequestMapping("/login")
public Object practitionerLogin(@RequestBody PractitionerLoginRequestVO requestVO){
JsonResult result = new JsonResult();
PractitionerSalaryPDFTest.main(null);
PractitionerLoginResponseVO responseVO = practitionerService.practitionerLogin(requestVO);
result.addResult(responseVO);
result.setData(responseVO);
......
......@@ -17,8 +17,8 @@ public class PractitionerSalaryPDFTest {
public static void main(String[] args) {
try
{
String templatePDF = PDFConfiguration.getProperty("pdf.temp.path");
//String templatePDF = PDFConfiguration.getProperty("pdf.temp.path");
String templatePDF = "D:/pcs12/";
//html模板文件
String tempFile = "practitionerSalaryTemplate.html";
//pdf输出文件
......
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