子分组功能单元测试通过。

This commit is contained in:
zhengchao
2019-05-12 14:20:57 +08:00
parent 02b97ca014
commit 63e6d24c19
6 changed files with 133 additions and 54 deletions

View File

@@ -849,7 +849,7 @@ int write_group_rule(cJSON *group_json, int parent_id, int parent_type, int trac
{
group_not_flag=item->valueint;
}
if(parent_type!=PARENT_TYPE_GROUP)
if(parent_type==PARENT_TYPE_GROUP)
{
group_not_flag=0;
}