zoujiajian 3 hónapja
szülő
commit
fcd81d9b05

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -2867,7 +2867,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
             return false;
         }
         return (Constant.GPT_RECHARGE_GOODS_ID.equals(goodsId)
-                || (Constant.GPT_PLUS_GID.equals(goodsId) && Objects.equals(skuNum, 1)) && orderDon.getCreatedTime().after(DateUtil.parse("2026-05-03")));
+                || (Constant.GPT_PLUS_GID.equals(goodsId) && Objects.equals(skuNum, 1))) && orderDon.getCreatedTime().after(DateUtil.parse("2026-05-03"));
     }
 
     private GroupsRelation getReusableGptActivityGiftRelation(List<Long> userIds, Long giftSkuId, Long sourceGoodsId) {