Commit c88f497f authored by tangwei's avatar tangwei

修改bug

parent d1459971
......@@ -104,7 +104,7 @@
and t.type_code = #{typeCode}
</if>
<if test='bizOrgCode!=null and bizOrgCode!=""'>
and t.biz_org_code = #{bizOrgCode}
and t.biz_org_code like CONCAT( '%', #{bizOrgCode},'%')
</if>
</select>
<select id="listFireTeamDtoTree" resultType="com.yeejoin.amos.boot.module.common.api.dto.FireTeamDto">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment