提交 c7e6a614 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 487583bf
......@@ -45,7 +45,7 @@ public interface ActivityMapper extends BaseMapper<Activity> {
+ " and createTime <![CDATA[ >= ]]> #{query.beginTime} "
+ " </if> "
+ " <if test = '" + NOTBLANK + "(query.endTime)'> "
+ " and createTime <![CDATA[ <= ]]> #{query.endTime} "
+ " and date(createTime) <![CDATA[ <= ]]> #{query.endTime} "
+ " </if> "
+ " </script> ")
List<ActivityVo> list(@Param("query") ActivityQuery query);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论