|
|
@@ -71,6 +71,7 @@ public class CmsAccountController {
|
|
|
int total = groupsTrips == null ? 0 : groupsTrips.getNum() - groupsTrips.getAvailableNum();
|
|
|
Integer unInvited = Math.max(total - invited, 0);
|
|
|
accountView.setUnInvited(unInvited);
|
|
|
+ accountView.setInvited(invited);
|
|
|
accountView.setTotal(total);
|
|
|
});
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|