admin
2020-06-28 eda623f37c3260f4b4657e34a8a39798c72432b1
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java
@@ -1376,7 +1376,7 @@
    */
   private void getCloudInfo(AcceptData acceptData,Long uid, GoodsDetailVO goodsDetail, GoodsDetailExtraVO extraVO) {
      // 云发单是否开启
      boolean cloudOpen = configService.isRobotCloudOpen();
      boolean cloudOpen = configService.isRobotCloudOpen(ConfigKeyEnum.robotCloudOpenGoodsDetail.getKey());
      if (!cloudOpen && uid != null) {
         List<String> testUsers = configService.getTestUsers();
         if (testUsers != null && testUsers.contains(uid+"")) {
@@ -1385,7 +1385,8 @@
      }
      extraVO.setCloudOpen(cloudOpen);
      
      if (!goodsDetail.isHasCoupon()) {
      // 无券或者未开启发圈
      if (!goodsDetail.isHasCoupon() || !cloudOpen) {
         return;
      }