@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from e_shareholder_info
where node_type != 2
<if test="state == 1 ">
- and parent_id is not null
+ and parent_id is null
</if>
<if test="state == 2 ">
and parent_id is not null