|
@@ -105,6 +105,9 @@ public class BeiLunConsultationHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
}
|
|
|
CommonAnalysisUtil.processType(structureMap, "会诊类型");
|
|
|
BeiLunHtmlAnalysisUtil.insertModuleId(modeId, recTypeId, structureMap);
|
|
|
+ if (structureMap.size() < 3) {
|
|
|
+ structureMap.put("mode_id", null);
|
|
|
+ }
|
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|
|
|
}
|