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