Commit f8d45e99 authored by 谢希宇's avatar 谢希宇

Merge branch 'master' of http://106.14.62.141:8081/sa_aidea/aidea

parents 3356a92b 9f6ca223
......@@ -365,7 +365,7 @@ a.content,
a.desc,
a.create_time AS createTime,
a.reading,
b.remarks,
b.name,
a.recommended,
a.whether_banner AS whetherBanner,
a.size
......
......@@ -29,7 +29,7 @@ public class CfarticleVO {
/* 文章描述 */
private String desc;
/* 分类名称 */
private String remarks;
private String name;
/* 创建时间 */
private Date createTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment