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

--no commit message

上级 198bb0ea
...@@ -133,7 +133,7 @@ public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> { ...@@ -133,7 +133,7 @@ public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> {
+ "<if test='form.beginTime==null'>" + "<if test='form.beginTime==null'>"
+" and DATE_FORMAT( s3.uploadTime, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' ) " +" and DATE_FORMAT( s3.uploadTime, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' ) "
+ "</if>" + "</if>"
+" and type in(3)" +" and type in(1,3)"
+" GROUP BY s3.userId,s3.departmentId HAVING sz3.departmentid =s3.departmentid and sz3.userid =s3.userid),0)as videoCount ," +" GROUP BY s3.userId,s3.departmentId HAVING sz3.departmentid =s3.departmentid and sz3.userid =s3.userid),0)as videoCount ,"
+"ifnull((SELECT count(*) FROM sys_department s1 " +"ifnull((SELECT count(*) FROM sys_department s1 "
+" LEFT JOIN sys_user_department s2 ON s1.departmentid = s2.departmentid " +" LEFT JOIN sys_user_department s2 ON s1.departmentid = s2.departmentid "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论