提交 066d4fee authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 dcb02541
......@@ -24,7 +24,7 @@ public interface VideoLibraryMapper extends BaseMapper<VideoLibrary> {
+ "where 1=1 and a.isDelete = 0 "
+ "</if>"
+ "<if test='"+NOTBLANK+"(form.diyTypeCode)'>"
+ "select distinct a.id,a.name,a.bookName,g.dataSources,g.price,g.sellingPrice,"
+ "select distinct a.id,a.name,a.bookName,g.dataSources,g.price,g.sellingPrice,g.priceType,"
+ "DATE_FORMAT(a.uploadTime,'%Y-%m-%d %H:%i:%s') uploadTime,a.timeLength,a.size,a.source,"
+ "a.status,a.isDelete from res_video_library a "
+ "LEFT join res_video_library_diy_type ad on a.id = ad.objectId "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论