|
@@ -28,7 +28,7 @@ public class UserServiceHystrix implements UserServiceClient {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public RespDTO<Map<String, UserOrgVO>> getUserAndOrg(List<Long> userIds) {
|
|
|
+ public RespDTO<Map<Long, UserOrgVO>> getUserAndOrg(List<Long> userIds) {
|
|
|
log.error("【hystrix】调用{}异常","getUserAndOrg");
|
|
|
return null;
|
|
|
}
|