Sfoglia il codice sorgente

官网隐藏镜像店铺车票

zoujiajian 1 anno fa
parent
commit
7d4d689061

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

@@ -187,6 +187,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
 				builder.field(RenewalView::getCmt, cmt).field(RenewalView::getYhsId, userMirrorShop.getId());
 			}
 		}
+		if (cmt == null || cmt != 2) {
+			builder.field(RenewalView::getCmt, 2).op(Operator.NotEqual);
+		}
 		//Long yhsId = yhShopFrontService.getYhsIdByCustomId(customId);
 		DateTime now = DateTime.now();
 		if (StrUtil.isNotBlank(account)) {