|
|
@ -44,16 +44,46 @@ public class MetaImpUserModelInfoController extends BaseController {
|
|
|
|
ImpUserModelVO impUserModelVO = new ImpUserModelVO();
|
|
|
|
ImpUserModelVO impUserModelVO = new ImpUserModelVO();
|
|
|
|
BeanUtils.copyProperties(one, impUserModelVO);
|
|
|
|
BeanUtils.copyProperties(one, impUserModelVO);
|
|
|
|
Map<String, String> map = new HashMap<>();
|
|
|
|
Map<String, String> map = new HashMap<>();
|
|
|
|
|
|
|
|
if (one.getKey1() != null && one.getValue1() != null) {
|
|
|
|
map.put(one.getKey1(), one.getValue1());
|
|
|
|
map.put(one.getKey1(), one.getValue1());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey2() != null && one.getValue2() != null) {
|
|
|
|
map.put(one.getKey2(), one.getValue2());
|
|
|
|
map.put(one.getKey2(), one.getValue2());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey3() != null && one.getValue3() != null) {
|
|
|
|
map.put(one.getKey3(), one.getValue3());
|
|
|
|
map.put(one.getKey3(), one.getValue3());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey4() != null && one.getValue4() != null) {
|
|
|
|
map.put(one.getKey4(), one.getValue4());
|
|
|
|
map.put(one.getKey4(), one.getValue4());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey5() != null && one.getValue5() != null) {
|
|
|
|
map.put(one.getKey5(), one.getValue5());
|
|
|
|
map.put(one.getKey5(), one.getValue5());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey6() != null && one.getValue6() != null) {
|
|
|
|
map.put(one.getKey6(), one.getValue6());
|
|
|
|
map.put(one.getKey6(), one.getValue6());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey7() != null && one.getValue7() != null) {
|
|
|
|
map.put(one.getKey7(), one.getValue7());
|
|
|
|
map.put(one.getKey7(), one.getValue7());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey8() != null && one.getValue8() != null) {
|
|
|
|
map.put(one.getKey8(), one.getValue8());
|
|
|
|
map.put(one.getKey8(), one.getValue8());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey9() != null && one.getValue9() != null) {
|
|
|
|
map.put(one.getKey9(), one.getValue9());
|
|
|
|
map.put(one.getKey9(), one.getValue9());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (one.getKey10() != null && one.getValue10() != null) {
|
|
|
|
map.put(one.getKey10(), one.getValue10());
|
|
|
|
map.put(one.getKey10(), one.getValue10());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
impUserModelVO.setKV(map);
|
|
|
|
impUserModelVO.setKV(map);
|
|
|
|
return AjaxResult.success(impUserModelVO);
|
|
|
|
return AjaxResult.success(impUserModelVO);
|
|
|
|
}
|
|
|
|
}
|
|
|
|