feat: update
This commit is contained in:
@@ -232,6 +232,7 @@ public class SchisandraAuthUserDomainServiceImpl implements SchisandraAuthUserDo
|
|||||||
schisandraAuthUserBO.setUuid(openId);
|
schisandraAuthUserBO.setUuid(openId);
|
||||||
schisandraAuthUserBO.setSource(OauthType.WECHAT.getType());
|
schisandraAuthUserBO.setSource(OauthType.WECHAT.getType());
|
||||||
schisandraAuthUserBO.setStatus(UserStatusEnum.NORMAL.getCode());
|
schisandraAuthUserBO.setStatus(UserStatusEnum.NORMAL.getCode());
|
||||||
|
schisandraAuthUserBO.setUserName(openId);
|
||||||
SchisandraAuthUser AuthUser = SchisandraAuthUserBOConverter.INSTANCE.convertBOToEntity(schisandraAuthUserBO);
|
SchisandraAuthUser AuthUser = SchisandraAuthUserBOConverter.INSTANCE.convertBOToEntity(schisandraAuthUserBO);
|
||||||
int result = schisandraAuthUserService.insertAuthUserByOauth(AuthUser);
|
int result = schisandraAuthUserService.insertAuthUserByOauth(AuthUser);
|
||||||
if (result <= 0) {
|
if (result <= 0) {
|
||||||
|
Reference in New Issue
Block a user