Browse Source

别名检索优化

gaodm 6 years ago
parent
commit
64f7e367dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aipt-service/src/main/java/com/diagbot/vo/RetrievalVO.java

+ 1 - 1
aipt-service/src/main/java/com/diagbot/vo/RetrievalVO.java

@@ -26,7 +26,7 @@ public class RetrievalVO {
     //类型为其他史时用到的type类型
     private List<Integer> otherType;
     //是否是静态搜索
-    private Integer isStatic;
+    private Integer isStatic = 0;
     //是否显示子项(0.不显示,1.显示)
     private Integer isSonShow = 0;
 }