Commit b079804d by Lem

热门=ALL

parent f62515d2
...@@ -121,7 +121,7 @@ public class MatchServiceImpl implements MatchService { ...@@ -121,7 +121,7 @@ public class MatchServiceImpl implements MatchService {
if (StringUtils.isNotBlank(commonStringId.getSportsId())) { if (StringUtils.isNotBlank(commonStringId.getSportsId())) {
if (commonStringId.getSportsId().equals("-1")) { if (commonStringId.getSportsId().equals("-1")) {
wrapper.eq("hot", 1); // wrapper.eq("hot", 1);
} else { } else {
wrapper.eq("sports_id", commonStringId.getSportsId()); wrapper.eq("sports_id", commonStringId.getSportsId());
} }
......
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