Commit 32ccd872 authored by 喻春霖's avatar 喻春霖

fixed

parent f3c701b9
......@@ -50,7 +50,7 @@ public class StatisticsController {
if (CollectionUtils.isNotEmpty(clientList)){
clientList.forEach(item -> {
Map<String, Object> data = new HashMap<>();
data.put("clientId", item.getKey());
data.put("code", item.getKey());
data.put("name", item.getName());
result.add(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