TRX пре 1 година
родитељ
комит
8f852c32ae

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/domain/visitor/VisitorSetting.java

@@ -29,7 +29,7 @@ import java.util.List;
 public class VisitorSetting extends SuperMain {
 
     @Schema(description = "组件id")
-    @Indexed(unique = true)
+    @Indexed
     private String sceneComponentId;
 
     @Schema(description = "被访人类型设置")