Commit 2c2dc7a7 by Lem

根据日期查询

parent 88ccece9
...@@ -128,7 +128,6 @@ public class MatchServiceImpl implements MatchService { ...@@ -128,7 +128,6 @@ public class MatchServiceImpl implements MatchService {
} }
if (StringUtils.isNotBlank(commonStringId.getMatchTime())) { if (StringUtils.isNotBlank(commonStringId.getMatchTime())) {
wrapper.ge("match_time", commonStringId.getMatchTime() + " 00:00:00"); wrapper.ge("match_time", commonStringId.getMatchTime() + " 00:00:00");
wrapper.le("match_time", commonStringId.getSportsId() + " 23:59:59");
} else { } else {
wrapper.ge("match_time", DateUtil.getYsdStartTime()); wrapper.ge("match_time", DateUtil.getYsdStartTime());
} }
......
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