@@ -162,8 +162,7 @@
</if>
)
<where>
- <if test="companyType != null and companyType == '业务单位'">
- <include refid="com.steerinfo.dil.mapper.CommonMapper.rootCompanyFilter"></include>
+ <if test="companyType != null and companyType == '业务单位' and isListed == null">
<include refid="com.steerinfo.dil.mapper.CommonMapper.filterCompanyData"></include>
</where>