Commit 91e08228 authored by alex yao's avatar alex yao

fix: 修复Agent应用重新上架,上架时间未更新

parent 84d57aed
...@@ -186,7 +186,7 @@ public class BizAgentApplicationMallConvert { ...@@ -186,7 +186,7 @@ public class BizAgentApplicationMallConvert {
dto.setCategoryId(entity.getCategoryId()); dto.setCategoryId(entity.getCategoryId());
dto.setIsCopy(entity.getIsCopy()); dto.setIsCopy(entity.getIsCopy());
dto.setIsSale(entity.getIsSale()); dto.setIsSale(entity.getIsSale());
dto.setLaunchTime(entity.getCreatedTime()); dto.setLaunchTime(entity.getModifiedTime());
return dto; return dto;
} }
......
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