Pārlūkot izejas kodu

Merge branch 'feature/0721-tenant' of http://git.dayaedu.com/yonge/cooleshow into develop

zouxuan 1 gadu atpakaļ
vecāks
revīzija
8f70d08477

+ 1 - 1
cooleshow-auth/auth-api/src/main/java/com/yonge/cooleshow/auth/api/client/SysUserFeignService.java

@@ -60,7 +60,7 @@ public interface SysUserFeignService {
 
 	@GetMapping(value = "user/getTenantByClient")
 	@ApiOperation(value = "获取机构编号")
-	Long getTenantByClient(Long userId,String clientId);
+	Long getTenantByClient(@RequestParam("userId")Long userId,@RequestParam("clientId")String clientId);
 
 	@GetMapping(value = "exit")
 	@ApiOperation(value = "退出登录")