瀏覽代碼

修改哦

Redeem 1 年之前
父節點
當前提交
1bb189f529
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 2
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -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>
             </if>
             </where>