Commit 23612d17 authored by 廖旭伟's avatar 廖旭伟

测试bug修改

parent 2e194f9d
...@@ -58,14 +58,14 @@ public class CareConstraintController extends BaseCRUDJsonBodyMappingController< ...@@ -58,14 +58,14 @@ public class CareConstraintController extends BaseCRUDJsonBodyMappingController<
this.addDict(model, "track", paramService.getParamBySecondOrganize("CareConstraint","track")); this.addDict(model, "track", paramService.getParamBySecondOrganize("CareConstraint","track"));
this.addDict(model, "idCardType", IdCardTypeEnum.getEnumMap()); this.addDict(model, "idCardType", IdCardTypeEnum.getEnumMap());
// Map<String, String> personCollect = personService.find(new PersonQuery()).stream() Map<String, String> personCollect = personService.find(new PersonQuery()).stream()
// .collect(Collectors.toMap(x -> x.getId().toString(), y -> y.getName(), (o, n) -> n)); .collect(Collectors.toMap(x -> x.getId().toString(), y -> y.getName(), (o, n) -> n));
// this.addDict(model, "personId", personCollect); this.addDict(model, "personId", personCollect);
//
// Map<String, String> collect = userService.find(new UserQuery(), getContext()).stream() Map<String, String> collect = userService.find(new UserQuery(), getContext()).stream()
// .collect(Collectors.toMap(x -> x.getId().toString(), y -> y.getRealName(), (o, n) -> n)); .collect(Collectors.toMap(x -> x.getId().toString(), y -> y.getRealName(), (o, n) -> n));
// this.addDict(model, "operator", collect); this.addDict(model, "operator", collect);
// this.addDict(model, "createUserId", collect); this.addDict(model, "createUserId", collect);
super.init(model, context); super.init(model, context);
......
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