提交 8bbc656d authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 73b84691
......@@ -50,6 +50,9 @@ public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> {
+ "<if test='form.status != null'>"
+ "and a.status = #{form.status} "
+ "</if>"
+ "<if test='form.source != null'>"
+ "and a.source like concat('%',#{form.source},'%') "
+ "</if>"
+ "<if test='"+NOTBLANK+"(form.beginTime)'>"
+ "and a.uploadTime &gt;= #{form.beginTime} "
+ "</if>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论