mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-27 15:10:57 +00:00
创建 collection
This commit is contained in:
parent
6cb59287d7
commit
404e2ab90c
@ -19,6 +19,8 @@ void Collection::insert(JSON &json) {
|
|||||||
json.AddMember(" __Invo_ID__", invoid, allocator);
|
json.AddMember(" __Invo_ID__", invoid, allocator);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Logger::info<std::string>(json.ToString());
|
Logger::info<std::string>(json.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user