|
@@ -2,7 +2,6 @@ package com.diagbot.util;
|
|
|
|
|
|
import com.diagbot.enums.ConceptTypeEnum;
|
|
|
import com.diagbot.enums.LexiconTypeEnum;
|
|
|
-import org.apache.ibatis.javassist.compiler.Lex;
|
|
|
|
|
|
/**
|
|
|
* @Description:参数转换
|
|
@@ -60,6 +59,9 @@ public class ParamConvertUtil {
|
|
|
case Indication:
|
|
|
libType = LexiconTypeEnum.CORE_INDICATORS.getKey();
|
|
|
break;
|
|
|
+ case LisDetail:
|
|
|
+ libType = LexiconTypeEnum.LIS_DETAILS.getKey();
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|