|
|
@@ -182,6 +182,7 @@ public class CmsGroupRelationController {
|
|
|
.field(OrderDonRenewView::getUserId, e.getUserId())
|
|
|
.field(OrderDonRenewView::getRelationId, e.getRelationId())
|
|
|
.field(OrderDonRenewView::getOrderType, 2)
|
|
|
+ .field(OrderDonRenewView::getStatus, Constant.noOrderAllStatus).op(Operator.NotIn)
|
|
|
.build());
|
|
|
e.setNumOfRenew(count.intValue());
|
|
|
});
|
|
|
@@ -230,6 +231,7 @@ public class CmsGroupRelationController {
|
|
|
.field(OrderDonRenewView::getUserId, userId)
|
|
|
.field(OrderDonRenewView::getRelationId, relationId)
|
|
|
.field(OrderDonRenewView::getOrderType, 2)
|
|
|
+ .field(OrderDonRenewView::getStatus, Constant.noOrderAllStatus).op(Operator.NotIn)
|
|
|
.build());
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
|
}
|