Commit a74e3019 authored by 赵啸非's avatar 赵啸非

添加照片海康下载

parent a2f905c7
...@@ -111,7 +111,7 @@ public class DingTalkLoginController extends BaseCRUDJsonBodyMappingController<U ...@@ -111,7 +111,7 @@ public class DingTalkLoginController extends BaseCRUDJsonBodyMappingController<U
userQuery.setDingUserId(personRest.getData()); userQuery.setDingUserId(personRest.getData());
userEntity = userService.selectOne(userQuery); userEntity = userService.selectOne(userQuery);
if (ObjectUtils.isEmpty(userEntity)) { if (ObjectUtils.isEmpty(userEntity)) {
data.put("openId", personRest.getData()); ret.put("openId", personRest.getData());
throw new AppException(REGISTER_AUTH_FAIL, "不存在当前匹配的钉钉关联用户!"); throw new AppException(REGISTER_AUTH_FAIL, "不存在当前匹配的钉钉关联用户!");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment