瀏覽代碼

别名检索优化

gaodm 6 年之前
父節點
當前提交
64f7e367dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }