集成百度UID生成
This commit is contained in:
@ -3,12 +3,15 @@ package com.ruoyi.bookmark.service.impl;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import com.github.wujun234.uid.UidGenerator;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import com.ruoyi.bookmark.mapper.SqUserTagMapper;
|
||||
import com.ruoyi.bookmark.domain.SqUserTag;
|
||||
import com.ruoyi.bookmark.service.ISqUserTagService;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
/**
|
||||
* 标签管理Service业务层处理
|
||||
*
|
||||
@ -22,6 +25,8 @@ public class SqUserTagServiceImpl implements ISqUserTagService
|
||||
private SqUserTagMapper sqUserTagMapper;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 批量减少用戶 标签引用的 数量 -1
|
||||
*
|
||||
|
Reference in New Issue
Block a user