@ -151,8 +151,8 @@ public class SysUsernumController extends BaseController {
value.set(userCountDTO.getYlz());
}
JSONObject jsonObject = new JSONObject();
jsonObject.put("name", name);
jsonObject.put("value", value.get());
return jsonObject;
})
.collect(Collectors.toList());