|
@@ -865,7 +865,7 @@ public class AuthApi {
|
|
|
*/
|
|
|
@GetMapping("/get/auth/info")
|
|
|
public ResponseJson<PageInfo<RossChallengeRoundVo>> getAuthInfo(String mobile,
|
|
|
- @CurrentUser SysUser sysUser,
|
|
|
+ @CurrentUser SysUser sysUser,Integer authenticationStatus,
|
|
|
@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
|
|
|
@RequestParam(value = "pageSize", defaultValue = "10") Integer pageSize){
|
|
|
if (null == sysUser) {
|
|
@@ -877,7 +877,7 @@ public class AuthApi {
|
|
|
if (null == authUserId) {
|
|
|
return ResponseJson.error("供应商用户id不能为空", null);
|
|
|
}
|
|
|
- return authService.getAuthInfo(mobile,pageNum,pageSize,authUserId);
|
|
|
+ return authService.getAuthInfo(mobile,pageNum,pageSize,authUserId,authenticationStatus);
|
|
|
}
|
|
|
/**
|
|
|
* 根据id删除机构信息
|