yxh
yxh
2025-07-02 f4d2b41a462efdef2a0b2766c3b501dee666075c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonorpaymentController.java
@@ -122,12 +122,13 @@
        configuration.setDirectoryForTemplateLoading(new File(filePath));
        Template t = null;
        try {
            t = configuration.getTemplate("浙江省OPO收款结算单.ftl");
//            t = configuration.getTemplate("浙江省OPO收款结算单.ftl");
            t = configuration.getTemplate("浙江省接收器官结算表.ftl");
        } catch (IOException e) {
            e.printStackTrace();
        }
        String newTime = String.valueOf(Calendar.getInstance().getTimeInMillis());
        String name = "浙江省OPO收款结算单_"+ newTime;
        String name = "浙江省接收器官结算表_"+ newTime;
        //输出文档路径及名称
        File outFile = new File(RuoYiConfig.getProfile() + "/download/wordtemplate/" + name + ".doc");
        Writer out = null;