修改联调过程中存在的编码问题

This commit is contained in:
fengweihao
2020-02-27 14:40:54 +08:00
parent 2d69e01ae5
commit f73e7d2b82
2 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ void get_scan_status(struct verify_policy_query_obj *query_obj, cJSON *attribute
if(ctx->hit_path[i].compile_id > 0)
{
cJSON_AddNumberToObject(histObj, "topObjectId", ctx->hit_path[i].top_group_id);
cJSON_AddNumberToObject(histObj, "protocolField", ctx->hit_path[i].virtual_table_id);
//cJSON_AddNumberToObject(histObj, "protocolField", ctx->hit_path[i].virtual_table_id);
cJSON_AddNumberToObject(histObj, "policyId", ctx->hit_path[i].compile_id);
}
}