提交 8f588147 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 648afcd7
......@@ -88,7 +88,7 @@ public interface ResourceRelationMapper extends BaseMapper<ResourceRelation> {
// TODO 直播分类表
@Select("<script>"
+ "select DISTINCT a.id,a.name,a.author,a.img,a.status, DATE_FORMAT(a.createTime,'%Y-%m-%d %H:%i:%s') uploadTime "
+ "select DISTINCT a.id,a.name,a.author,a.img,a.status, DATE_FORMAT(a.createTime,'%Y-%m-%d %H:%i:%s') uploadTime, a.resourceType "
+ "FROM `hxkf-live`.l_live a "
//+ "on a.id = t.courselibraryid "
+ " where 1 = 1 and a.status = 1 "
......
......@@ -22,4 +22,6 @@ public class LiveVO {
private String status_zh;
@ApiModelProperty("创建时间")
private Date createTime;
@ApiModelProperty("资源类型")
private Integer resourceType;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论