Commit 06a78601 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents ef3b6b77 9b3bfd33
......@@ -97,8 +97,10 @@ public class UserModelCollectController extends BaseCRUDJsonBodyMappingControlle
}
List<ModelFeignVO> result = new ArrayList<>();
for(Long id:idList){
if(map.containsKey(id)) {
result.add(map.get(id));
}
}
model.put("data", result);
}catch (Exception e){
model.put("data", apiResp.getData().get("data"));
......
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