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

--no commit message

上级 3577fea1
......@@ -19,7 +19,7 @@ import com.zrqx.resource.commons.vo.bg.videolibrary.VideoLibraryListVO;
*/
public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> {
@Select("<script>"
+ "select DISTINCT a.id,c.name articleName,a.name,,a.realprice,a.uploadTime,a.status,a.cover,a.author "
+ "select DISTINCT a.id,c.name articleName,a.name,a.realprice,a.uploadTime,a.status,a.cover,a.author "
+ "from res_Video_Library a left join res_resource_relation ad on a.id = ad.resourceId "
+ " LEFT JOIN res_article_library c on ad.objectId = c.id "
+ "where 1=1 "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论