|
|
@ -210,7 +210,7 @@ public class BasicOrderPrintController {
|
|
|
|
|
|
|
|
|
|
|
|
data.put("data", list);
|
|
|
|
data.put("data", list);
|
|
|
|
String param = JSON.toJSONString(data);
|
|
|
|
String param = JSON.toJSONString(data);
|
|
|
|
JasperUtils.jasperReport(request, response, param, systemPDFTemplateEntity.getPath(), "pdf");
|
|
|
|
JasperUtils.jasperReport(request, response, param, filePath + "/pdf/template/"+systemPDFTemplateEntity.getPath(), "pdf");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public String getStatusName(Integer type){
|
|
|
|
public String getStatusName(Integer type){
|
|
|
|