Browse Source

[update] 删除superOperator

miajio 3 tuần trước cách đây
mục cha
commit
bb985f9aac

+ 0 - 8
warehouse-admin-component/src/main/java/com/yr/warehouse/admin/component/apollo/ApolloConfigEvent.java

@@ -1,8 +1,6 @@
 package com.yr.warehouse.admin.component.apollo;
 
 
-import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue;
-import com.yr.warehouse.admin.component.auth.vo.OrgOperatorVo;
 import lombok.Data;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.context.annotation.Configuration;
@@ -20,10 +18,4 @@ public class ApolloConfigEvent {
 
     @Value("${app.id}")
     private String appId;
-
-    /**
-     * 总部运营商id
-     */
-    @ApolloJsonValue("${org.operator.super:{\"id\":1,\"operatorName\":\"有人总\"}}")
-    private OrgOperatorVo superOperator;
 }