Commit 0c8663d5 by Lem

xiugai

parent 713ed0a0
...@@ -855,6 +855,7 @@ public class MatchServiceImpl implements MatchService { ...@@ -855,6 +855,7 @@ public class MatchServiceImpl implements MatchService {
} }
MatchHomeListByDayResponse response = new MatchHomeListByDayResponse(); MatchHomeListByDayResponse response = new MatchHomeListByDayResponse();
response.setMatchInfos(new ArrayList<>());
for (Match match : matches) { for (Match match : matches) {
MatchHomeListByDayResponse.MatchInfo matchInfo = new MatchHomeListByDayResponse.MatchInfo(); MatchHomeListByDayResponse.MatchInfo matchInfo = new MatchHomeListByDayResponse.MatchInfo();
matchInfo.setSubscribed(true); matchInfo.setSubscribed(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment