Commit bca270d6 authored by zhangyi's avatar zhangyi

update

parent 670787a0
...@@ -255,9 +255,7 @@ public class EnterpriseService { ...@@ -255,9 +255,7 @@ public class EnterpriseService {
return BeanUtil.toBean(map, R.class); return BeanUtil.toBean(map, R.class);
} }
public R getUipIdByCid(List<Integer> body) throws Exception { public R getUipIdByCid(List<Integer> body) throws Exception {
if (CollectionUtils.isEmpty(body)) return R.ok();
ArrayList<Integer> ids = new ArrayList<>();
ids.add(3068);
HashMap<String, Object> paramMap = new HashMap<>(); HashMap<String, Object> paramMap = new HashMap<>();
paramMap.put("ids", body); paramMap.put("ids", body);
Map<String, Object> map = dskOpenApiUtil.requestBodyLocal("/operate/enterprise/getUipIdByCid", paramMap); Map<String, Object> map = dskOpenApiUtil.requestBodyLocal("/operate/enterprise/getUipIdByCid", paramMap);
......
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