regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -59,6 +59,8 @@ void DescribeAuditRecordsResult::parse(const std::string &payload)
itemsObject.executeTime = valueItemsSQLRecord["ExecuteTime"].asString();
if(!valueItemsSQLRecord["ThreadID"].isNull())
itemsObject.threadID = valueItemsSQLRecord["ThreadID"].asString();
if(!valueItemsSQLRecord["TableName"].isNull())
itemsObject.tableName = valueItemsSQLRecord["TableName"].asString();
items_.push_back(itemsObject);
}
if(!value["TotalRecordCount"].isNull())