Commit 209f514f authored by alex yao's avatar alex yao

fix:Agent上架时间

parent df2518ab
......@@ -36,6 +36,7 @@ public class BizAgentApplicationMallConvert {
entity.setIsSale(model.getIsSale());
entity.setPopularity(model.getPopularity());
entity.setCreatedTime(model.getCreatedTime());
entity.setModifiedTime(model.getModifiedTime());
return entity;
}
......
......@@ -103,7 +103,6 @@ public class BizAgentApplicationMallRestImpl implements BizAgentApplicationMallR
}
@Override
//todo 分页问题
public List<BizAgentApplicationMallDto> getList(AgentApplicationMallQueryDto dto, PagingInfo pagingInfo) throws Exception {
List<BizAgentApplicationMallDto> resultList = new ArrayList<>();
//查询应用广场的应用
......
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