Commit b079804d by Lem

热门=ALL

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