Commit c9014764 by 陶光胜

Merge branch 'developer' into 'master'

观云台小程序

See merge request !20
parents 279859f6 d1c0eac3
...@@ -189,7 +189,7 @@ public class GoDownComponent { ...@@ -189,7 +189,7 @@ public class GoDownComponent {
}).collect(Collectors.toList()); }).collect(Collectors.toList());
clerkDTOS = this.clerkApiService.listClerkByIds(enterpriseId, StringUtils.join(clerkIdList, ",")).getResult(); clerkDTOS = this.clerkApiService.listClerkByIds(enterpriseId, StringUtils.join(clerkIdList, ",")).getResult();
} }
final Map<Integer, ClerkDTO> clerkDTOMap = CollectionUtil.toMap(clerkDTOS, "clerkId"); final Map<String, ClerkDTO> clerkDTOMap = CollectionUtil.toMap(clerkDTOS, "clerkId");
page.getResult().stream().forEach(b -> { page.getResult().stream().forEach(b -> {
BaseDTO baseSalesDTO = (BaseDTO) b; BaseDTO baseSalesDTO = (BaseDTO) b;
baseSalesDTO.setLevel(level); baseSalesDTO.setLevel(level);
......
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