yujian
2020-06-30 c952838555e557097f84a47624bc2860e0a2d9a8
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -643,7 +643,7 @@
         } else if (list.size() > 0) { // 活动图片不允许跳转
            
            // 云发单是否开启
            boolean cloudOpen = configService.isRobotCloudOpen();
            boolean cloudOpen = configService.isRobotCloudOpen(ConfigKeyEnum.robotCloudOpenCircle.getKey(),acceptData.getPlatform(), acceptData.getVersion());
            if (!cloudOpen && uid != null) {
               List<String> testUsers = configService.getTestUsers();
               if (testUsers != null && testUsers.contains(uid+"")) {