调整注释文本

This commit is contained in:
陈浩杰
2023-07-12 09:38:21 +08:00
parent 072a76132a
commit d5c8108996

View File

@@ -569,7 +569,7 @@ public class StpLogic {
throw new SaTokenException("loginId 不能为以下值:" + NotLoginException.ABNORMAL_LIST);
}
// 3、账号 id 不能是简单类型
// 3、账号 id 不能是复杂类型
if( ! SaFoxUtil.isBasicType(id.getClass())) {
SaManager.log.warn("loginId 应该为简单类型例如String | int | long不推荐使用复杂类型" + id.getClass());
}