提交 dd1012c6 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 708f2abb
......@@ -42,7 +42,7 @@ public interface FgVideoLookLibraryMapper extends BaseMapper<VideoLookLibrary> {
List<FgVideoLookLibraryVO> querybyLookVideo(@Param("memberId")Integer memberId);
@Select("<script>"
+ "SELECT SUM(looKTimeLength) as count from res_video_look_library where date_sub(curdate(), INTERVAL 7 DAY) &lt;= date(uploadTime) "
+ "SELECT SUM(looKTimeLength) as count from res_video_look_library where date_sub(curdate(), INTERVAL 7 DAY) "
+ "<if test='memberId != null' >"
+ " and memberId = #{memberId}"
+ "</if>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论