relId long型修改

pro
anthonywj 2 years ago
parent d068fb6f73
commit c6a74080d0

@ -283,7 +283,7 @@ public class InvInnerOrderPrintController {
Map<String,Object> map=new HashMap<>(); Map<String,Object> map=new HashMap<>();
map.put("data",printEntities); map.put("data",printEntities);
String param = JSON.toJSONString(map); String param = JSON.toJSONString(map);
JasperUtils.jasperReport(request, response, param, filePath + "/pdf/template/" + systemPDFTemplateEntity.getPath(), "pdf"); JasperUtils.jasperReport(request, response, param, filePath + "/pdf/template/" + FileUtils.getLastFileName(systemPDFTemplateEntity.getPath()), "pdf");
String orderId = ""; String orderId = "";
for (InnerOrderPrintResponse InnerOrderPrintResponse : mStockPrintEntities) { for (InnerOrderPrintResponse InnerOrderPrintResponse : mStockPrintEntities) {

@ -6,7 +6,7 @@ import lombok.Data;
public class CompanyProductRelevanceResponse { public class CompanyProductRelevanceResponse {
private Long id; private Long id;
private Integer rlId; private Long rlId;
private String thirdId; private String thirdId;
private String thirdName; private String thirdName;
private String uuid; private String uuid;

@ -6,7 +6,7 @@ import lombok.Data;
public class UdiRlSupResponse { public class UdiRlSupResponse {
private Long id; private Long id;
private Integer rlId; private Long rlId;
private String thirdId; private String thirdId;
private String thirdName; private String thirdName;
private String uuid; private String uuid;

Loading…
Cancel
Save