Commit efb61861 authored by dongman's avatar dongman

图片读取

parent 9cfe4c37
......@@ -18,9 +18,9 @@ import java.util.List;
@Service
public class JasperServiceImpl {
public void getOutpatientGluRecordPdf(HttpServletRequest request, HttpServletResponse response, OutpatientPoctReportVo vo){
String outpatientGluRecordReport = "D:\\project\\dmm_pll_darling\\xxl_darling\\src\\main\\resources/jasper/outpatient_glu_record_report.jrxml";
String outpatientGluRecordSubHeader = "D:\\project\\dmm_pll_darling\\xxl_darling\\src\\main\\resources/jasper/outpatient_glu_record_sub_header.jrxml";
String outpatientGluRecordSubTable = "D:\\project\\dmm_pll_darling\\xxl_darling\\src\\main\\resources/jasper/outpatient_glu_record_sub_table.jrxml";
String outpatientGluRecordReport = "./jasper/outpatient_glu_record_report.jrxml";
String outpatientGluRecordSubHeader = "./jasper/outpatient_glu_record_sub_header.jrxml";
String outpatientGluRecordSubTable = "./jasper/outpatient_glu_record_sub_table.jrxml";
String outpatientPoctSubHeaderPath = "outpatientPoctSubHeaderPath";
String outpatientPoctSubTablePath = "outpatientPoctSubTablePath";
String outpatientPoctSubHeaderList = "outpatientPoctSubHeaderList";
......
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