|
@@ -158,6 +158,7 @@ public class RlzyApplyController extends BaseController
|
|
dataMap.put("licenseNumber",rlzyApply.getLicenseNumber());
|
|
dataMap.put("licenseNumber",rlzyApply.getLicenseNumber());
|
|
dataMap.put("property",rlzyApply.getProperty());
|
|
dataMap.put("property",rlzyApply.getProperty());
|
|
dataMap.put("businessScope",rlzyApply.getBusinessScope());
|
|
dataMap.put("businessScope",rlzyApply.getBusinessScope());
|
|
|
|
+ dataMap.put("createTime",rlzyApply.getCreateTime());
|
|
String template = "/templates/wordtemplates/rlzyapply.ftl"; //模板文件的地址
|
|
String template = "/templates/wordtemplates/rlzyapply.ftl"; //模板文件的地址
|
|
String templatePath = template.substring(0, template.lastIndexOf("/"));
|
|
String templatePath = template.substring(0, template.lastIndexOf("/"));
|
|
String templateName = template.substring(template.lastIndexOf("/") + 1);
|
|
String templateName = template.substring(template.lastIndexOf("/") + 1);
|