|
|
@@ -93,7 +93,7 @@ public class CmsGroupRelationController {
|
|
|
public Result<SearchResult<GroupsRelationRechargeView>> getRechargeList() {
|
|
|
SearchResult<GroupsRelationRechargeView> search = beanSearcher.search(GroupsRelationRechargeView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
|
.field(GroupsRelationRechargeView::getStatus, List.of(GroupsRelation.Status.validity.name(), GroupsRelation.Status.outside.name())).op(Operator.InList)
|
|
|
- .field(GroupsRelationRechargeView::getSpecialType, GoodsDon.SpecialType.recharge.name())
|
|
|
+ .field(GroupsRelationRechargeView::getRechargeStatus).op(Operator.NotNull)
|
|
|
.build());
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
|
}
|