Commit 88a4d616 by rongkailun

【修改】专题分类新增时间筛选

parent 935233ad
......@@ -49,7 +49,7 @@ public class NewtopicServiceImpl extends ServiceImpl<NewtopicDao, NewtopicEntity
}
if(params.containsKey("inputDateEnd")) {
if(StringUtils.isNotBlank(String.valueOf(params.get("inputDateEnd")))){
queryWrapper.ge("Time",params.get("inputDateEnd"));
queryWrapper.le("Time",params.get("inputDateEnd"));
}
}
if(params.containsKey("title")) {
......
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