|
|
@@ -589,7 +589,8 @@ public class CostProjectDocumentManagerImpl extends BaseManagerImpl<CostProjectD
|
|
|
//生成文书
|
|
|
Map<String,String> map = new HashMap<>();
|
|
|
list.stream().forEach(p->{
|
|
|
- map.put("{"+p.getOriginalText()+"}", HtmlUtils.stripHtmlFast(p.getDataValue()) );
|
|
|
+ //map.put("{"+p.getOriginalText()+"}", HtmlUtils.stripHtmlFast(p.getDataValue()) );
|
|
|
+ map.put("{"+p.getOriginalText()+"}", p.getDataValue());
|
|
|
});
|
|
|
//先处理一种文件
|
|
|
String templatePath = costDocumentTemplate.getFileUrl().replace(BaseConstant.RESOURCE_PREFIX,"");
|