This commit is contained in:
@@ -11,7 +11,8 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 加密字段标记 <br>
|
||||
* 注意: 加密字段不能用于 LIKE 等过滤查询
|
||||
* 注意: 加密字段不能用于 LIKE 等过滤查询 <br>
|
||||
* 如果有对加密字段进行过滤查询的需求,就要保证加密算法也能兼容LIKE,如:"abc"的加密字符串也是"abcde"的加密字符串的一部分
|
||||
*
|
||||
* <p>
|
||||
* 详情见: https://redkale.org
|
||||
|
||||
Reference in New Issue
Block a user