|
@@ -390,9 +390,9 @@ public class IActiveDataServiceImpl implements IActiveDataService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ActiveDataTotalVO getActiveDataTotal(ActiveDataTotalDTO dto) {
|
|
|
-// com.github.sd4324530.jtuple.Tuple2<List<Long>, List<Long>> poerInfo = dataPowerComponent.getPowerInfo();
|
|
|
-// List<Long> gameIds = dto.getGameId() == null ? poerInfo.second : dto.getGameId();
|
|
|
- ArrayList<Long> gameIds = new ArrayList<>();
|
|
|
+ com.github.sd4324530.jtuple.Tuple2<List<Long>, List<Long>> poerInfo = dataPowerComponent.getPowerInfo();
|
|
|
+ List<Long> gameIds = dto.getGameId() == null ? poerInfo.second : dto.getGameId();
|
|
|
+// ArrayList<Long> gameIds = new ArrayList<>();
|
|
|
|
|
|
//默认查询字段
|
|
|
String gameColumn = "game_id";
|