Commit 54d33d2d by 阮思源

Merge branch 'wb_fix_pdfUrl' into 'master'

pdf默认值

See merge request rays/pcloud-book!533
parents cefe5579 a76ac3eb
...@@ -182,8 +182,12 @@ public class CustomPlanBizImpl implements CustomPlanBiz { ...@@ -182,8 +182,12 @@ public class CustomPlanBizImpl implements CustomPlanBiz {
} }
} catch (Exception e) { } catch (Exception e) {
LOGGER.error("转PDF失败", 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