Commit e7c7fa55 authored by jennie chen's avatar jennie chen

修改部分细节

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