标签:params xixi ash sele 函数 add set ram list
1 List<Map<String, Object>> list = setRoleMenuRlMapper.selectMapByParams(params); 2 // Map map = new HashMap<String, Object>(); 3 // map.put("hahaha","111"); 4 // map.put("xixi", "22222222"); 5 // list.add(map); 6 7 8 list.add(new HashMap<String, Object>() { 9 { 10 put("haha","1111"); 11 put("xixi", "22222222");} 12 });
代码块会 执行
标签:params xixi ash sele 函数 add set ram list
原文地址:https://www.cnblogs.com/hnqm/p/9649629.html