Commit 29d25962 by jx-art

测试关联角色查询

parent 6b38a274
Pipeline #43498 passed with stages
in 1 minute 39 seconds
......@@ -32,7 +32,7 @@ public class FlowRpcSupplierInfoServiceImpl implements FlowRpcSupplierInfoServic
HashMap<String, Object> params = new HashMap<>();
params.put("searchType",req.getSearchType());
params.put("supplierIdList",req.getSupplierIdList());
List supplierUserRsp = rpcTemplate.post(url, params,500,new RpcObjectHandler<>(List.class));
Object supplierUserRsp = rpcTemplate.post(url, params,500,new RpcObjectHandler<>(Object.class));
logger.error("请求返回结果"+supplierUserRsp.toString());
return null;
}
......
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