gaodm 6 роки тому
батько
коміт
64f7e367dc

+ 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;
 }