Commit 8a0223f4 authored by 喻春霖's avatar 喻春霖

modify a beautiful bug

parent 08ee7371
......@@ -350,7 +350,7 @@ public class LogStatisticsController {
clients.forEach(item -> {
StatItem statItem = new StatItem();
statItem.setCode(item.getClientId());
statItem.setName(statItem.getName());
statItem.setName(item.getClientName());
result.add(statItem);
});
}
......
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