|
|
@@ -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)) {
|