sq_user_tag新增字段tagName
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package com.ruoyi.web.controller.yunbookmark;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.ruoyi.common.core.domain.entity.SysUser;
|
||||
import org.springframework.security.access.prepost.PreAuthorize;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
@ -33,6 +35,9 @@ public class SqTagController extends BaseController
|
||||
@Autowired
|
||||
private ISqTagService sqTagService;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 查询书签_标签列表
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@ public class UIDTest extends BaseSpringBootTest{
|
||||
public void testSerialGenerate() {
|
||||
// Generate UID
|
||||
long cachedUidGeneratoruid = cachedUidGenerator.getUID();
|
||||
long defaultUidGeneratoruid = defaultUidGenerator.getUID();
|
||||
long defaultUidGeneratoruid = defaultUidGenerator.getUID(); //用这个
|
||||
|
||||
System.out.println("cachedUidGeneratoruid:"+cachedUidGeneratoruid);
|
||||
System.out.println("cachedUidGeneratoruid解密:"+cachedUidGenerator.parseUID(cachedUidGeneratoruid));
|
||||
|
Reference in New Issue
Block a user