提交 0ebeebd6 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 789d5b3f
......@@ -18,7 +18,7 @@ import com.zrqx.resource.bg.mapper.MapperConstants;
public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> {
@Select("<script>"
+ "select DISTINCT a.id,a.name,a.adSlogan source,a.size,a.timeLength, DATE_FORMAT(a.uploadTime,'%Y-%m-%d %H:%i') uploadTime,a.status,a.sort "
+ "from res_Video_Library a "
+ "from res_Video_Library a where 1=1 "
+ "<if test = '" + NOTBLANK + "(form.name)'>"
+ " and a.name like concat('%',#{form.name},'%')"
+ "</if>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论