Commit 14f421af authored by jennie chen's avatar jennie chen

修改部分细节

parent e7c7fa55
...@@ -89,7 +89,7 @@ public class AgentApplicationInfoRestImpl implements AgentApplicationInfoRest { ...@@ -89,7 +89,7 @@ public class AgentApplicationInfoRestImpl implements AgentApplicationInfoRest {
if(publishEntity != null){ if(publishEntity != null){
infoDto.setAgentPublishId(publishEntity.getId()); infoDto.setAgentPublishId(publishEntity.getId());
// 设置当前作品是否上架 // 设置当前作品是否上架
BizAgentApplicationMallEntity mallEntity = bizAgentApplicationMallService.get(publishEntity.getId()); BizAgentApplicationMallEntity mallEntity = bizAgentApplicationMallService.getByAgentPublishId(publishEntity.getId());
if(mallEntity != null){ if(mallEntity != null){
infoDto.setIsSale(mallEntity.getIsSale()); infoDto.setIsSale(mallEntity.getIsSale());
}else{ }else{
......
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