|
@@ -31,7 +31,7 @@ public class BeiLunConsultationHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
|
|
|
Map<String, String> structureMap = Maps.newLinkedHashMap();
|
|
Map<String, String> structureMap = Maps.newLinkedHashMap();
|
|
String htmlContent = null;
|
|
String htmlContent = null;
|
|
- switch (recTitle) {
|
|
|
|
|
|
+ switch (recTypeId) {
|
|
case "377":
|
|
case "377":
|
|
htmlContent = CommonAnalysisUtil.html2String(html);
|
|
htmlContent = CommonAnalysisUtil.html2String(html);
|
|
if (StringUtil.isNotBlank(htmlContent)) {
|
|
if (StringUtil.isNotBlank(htmlContent)) {
|