提交 fc21c1ad authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 3436cdb9
......@@ -19,7 +19,7 @@ public interface ExcellentVideoMapper extends BaseMapper<ExcellentVideo> {
@Select("<script>"
+ "SELECT cc.commentNum,cc.department,cc.id,cc.status,text,(select text from sys_content where id =a.contentid )title,cc.uploadTime,cc.userName,cc.video FROM sys_excellent_video cc left JOIN sys_sign_language a on a.id =cc.signId where 1=1 "
+ "<if test = '" + NOTBLANK + "(form.text)'>"
+ " and (cc.title like concat('%',#{form.text},'%') OR cc.userName like concat('%',#{form.text},'%'))"
+ " and ((select text from sys_content where id =a.contentid ) like concat('%',#{form.text},'%') OR cc.userName like concat('%',#{form.text},'%'))"
+ "</if>"
+ "<if test = 'form.status!=null'>"
+ " and cc.status = #{form.status}"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论