|
|
|
@ -2,7 +2,7 @@ package com.luoo.tag.service;
|
|
|
|
|
|
|
|
|
|
import api.PageResult;
|
|
|
|
|
import com.google.common.collect.Lists;
|
|
|
|
|
import com.luoo.tag.client.UserClient;
|
|
|
|
|
import com.luoo.tag.client.AdminUserClient;
|
|
|
|
|
import com.luoo.tag.config.RequestContext;
|
|
|
|
|
import com.luoo.tag.dao.JournalTagDao;
|
|
|
|
|
import com.luoo.tag.dao.SongTagDao;
|
|
|
|
@ -37,7 +37,7 @@ import static java.util.stream.Collectors.*;
|
|
|
|
|
public class TagService {
|
|
|
|
|
private final TagDao tagDao;
|
|
|
|
|
private final IdWorker idWorker;
|
|
|
|
|
private final UserClient userClient;
|
|
|
|
|
private final AdminUserClient userClient;
|
|
|
|
|
private final JournalTagDao journalTagDao;
|
|
|
|
|
private final SongTagDao songTagDao;
|
|
|
|
|
|
|
|
|
|