|
@@ -127,7 +127,7 @@ public class CmsGroupRelationController {
|
|
|
builder.field(GroupsRelationRechargeView::getRelationId, relationId);
|
|
builder.field(GroupsRelationRechargeView::getRelationId, relationId);
|
|
|
}
|
|
}
|
|
|
if (isVipError != null) {
|
|
if (isVipError != null) {
|
|
|
- builder.field(GroupsRelationRechargeView::getRechargeStatus, GroupsRelation.RechargeStatus.recharge_error);
|
|
|
|
|
|
|
+ builder.field(GroupsRelationRechargeView::getRechargeStatus, GroupsRelation.RechargeStatus.recharge_error.name());
|
|
|
if (isVipError) {
|
|
if (isVipError) {
|
|
|
builder.field(GroupsRelationRechargeView::getRechargeErrorInfo, "会员").op(Operator.Contain);
|
|
builder.field(GroupsRelationRechargeView::getRechargeErrorInfo, "会员").op(Operator.Contain);
|
|
|
} else {
|
|
} else {
|