Commit a76ac3eb by 吴博

pdf默认值

parent cefe5579
......@@ -182,8 +182,12 @@ public class CustomPlanBizImpl implements CustomPlanBiz {
}
} catch (Exception e) {
LOGGER.error("转PDF失败", e);
String pdfUrl = "https://oss.5rs.me/rays/img-generator/uPMprBxxHD.pdf";
CustomPlan customPlan = new CustomPlan();
customPlan.setId(planId);
customPlan.setPdfUrl(pdfUrl);
customPlanMapper.updatePdfUrl(customPlan);
}
});
}
......
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