Commit e7c7fa55 authored by jennie chen's avatar jennie chen

修改部分细节

parent c042bad4
...@@ -706,8 +706,8 @@ public class AgentApplicationInfoServiceImpl implements AgentApplicationInfoServ ...@@ -706,8 +706,8 @@ public class AgentApplicationInfoServiceImpl implements AgentApplicationInfoServ
entity.setAgentId(agentId); entity.setAgentId(agentId);
bizMemberAgentApplicationCollectService.save(entity); bizMemberAgentApplicationCollectService.save(entity);
} else { // 说明之前收藏过,则只需要做个修改 } else { // 说明之前收藏过,则只需要做个修改
collectEntity.setIsCollect(CommonConstant.IsDeleted.Y); collectEntities.get(0).setIsCollect(CommonConstant.IsDeleted.Y);
bizMemberAgentApplicationCollectService.update(collectEntity); bizMemberAgentApplicationCollectService.update(collectEntities.get(0));
} }
} 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