提交 7cd1a3c9 编写于 作者: M MaxKey

Merge branch 'main' of https://gitee.com/dromara/MaxKey

......@@ -142,7 +142,7 @@ public class JdbcUsersService extends AbstractSynchronizerService implements
static {
mapperList.add(new ColumnFieldMapper("id" , "id","String"));
mapperList.add(new ColumnFieldMapper("username" , "userUame","String"));
mapperList.add(new ColumnFieldMapper("username" , "userName","String"));
mapperList.add(new ColumnFieldMapper("picture" , "picture","String"));
mapperList.add(new ColumnFieldMapper("displayname" , "displayName","String"));
mapperList.add(new ColumnFieldMapper("nickname" , "nickName","String"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册