Commit 52684761 authored by alex yao's avatar alex yao

fix:知识库列表-创建时间排序

parent 335afb42
......@@ -52,7 +52,7 @@ public class BizKnowledgeInfoConvert {
dto.setKdIds(entity.getKdIds());
dto.setTrainStatus(entity.getTrainStatus());
dto.setDesc(entity.getKnowledgeDesc());
dto.setModifiedTime(entity.getModifiedTime());
dto.setCreatedTime(entity.getCreatedTime());
return dto;
}
......
......@@ -110,7 +110,7 @@ public class BizKnowledgeInfoDto {
return this.createdTime;
}
public void getCreatedTime(java.util.Date createdTime) {
public void setCreatedTime(java.util.Date createdTime) {
this.createdTime = createdTime;
}
......
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