|
@@ -3,6 +3,7 @@ package com.platform.dao.util;
|
|
|
import com.platform.common.exception.BusinessException;
|
|
|
import com.platform.common.util.StringUtils;
|
|
|
import com.platform.dao.dto.repair.RepairApplicationFormDTO;
|
|
|
+import com.platform.dao.entity.sb.SbInfo;
|
|
|
import com.platform.dao.vo.sb.SbInfoVO;
|
|
|
import freemarker.template.Configuration;
|
|
|
import freemarker.template.Template;
|
|
@@ -135,7 +136,7 @@ public class MessageTemplateUtil {
|
|
|
* @param vo
|
|
|
* @return
|
|
|
*/
|
|
|
- public static String getFreemarkerHtmlContent(String url, RepairApplicationFormDTO model, SbInfoVO vo){
|
|
|
+ public static String getFreemarkerHtmlContent(String url, RepairApplicationFormDTO model, SbInfo vo){
|
|
|
// 首先配置 FreeMarker 模版位置
|
|
|
Configuration configuration = new Configuration(Configuration.VERSION_2_3_0);
|
|
|
ClassLoader loader = MessageTemplateUtil.class.getClassLoader();
|