mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-31 18:48:09 +00:00
Entity list call optimization.
This commit is contained in:
@@ -155,7 +155,7 @@ namespace OpenWifi {
|
||||
}
|
||||
|
||||
template <typename DB, typename Record> void ReturnRecordList(const char *ArrayName,DB & DBInstance, RESTAPIHandler & R) {
|
||||
auto UUIDs = Utils::Split(R.SelectedRecords());
|
||||
const auto UUIDs = Utils::Split(R.SelectedRecords());
|
||||
Poco::JSON::Array ObjArr;
|
||||
for(const auto &i:UUIDs) {
|
||||
Record E;
|
||||
|
||||
Reference in New Issue
Block a user