Browse Source

接口名修改

wangfeng 6 years ago
parent
commit
990e4fdd8e

+ 2 - 2
user-service/src/main/java/com/diagbot/web/UserInfoController.java

@@ -165,8 +165,8 @@ public class UserInfoController {
 	}
    
     @ApiOperation(value = "分页查询机构信息接口[by:wangfeng]", notes = "根据每页显示size条数,默认 10,和当前页current")
-    @PostMapping("/queryVerifiedUserOrganizationProduct")
-    @SysLogger("queryVerifiedUserOrganizationProduct")
+    @PostMapping("/queryAuthentication")
+    @SysLogger("queryAuthentication")
 	public RespDTO<IPage<AuthenticationDTO>> queryAuthentication(UserAndOrgPageVO userAndOrgPageVO) {
 		
 		return userFacade.queryAuthentications(userAndOrgPageVO,userAndOrgPageVO.getOrgName(),userAndOrgPageVO.getUserName());