|
@@ -40,7 +40,7 @@ public class DataPowerComponent {
|
|
|
*/
|
|
|
public Tuple2<List<Long>, List<Long>> getPowerInfo() {
|
|
|
if (SecurityUtil.isAdmin()) {
|
|
|
- return null;
|
|
|
+ return Tuple2.with(null, null);
|
|
|
}
|
|
|
GameAuthUserVO userGameInfo = gameAuthRpc.getGameAuthByUserIds().getData();
|
|
|
if(CollectionUtils.isEmpty(userGameInfo.getGameIdList())) {
|