@@ -58,7 +58,7 @@
on a.person_id = c.id_
]]>
<where>
- and a.del_flag = false and b.del_flag=false
+ and a.del_flag = false and b.del_flag=false and c.del_flag=false
<if test="searchParams.companyId != null">
and c.company_id = #{searchParams.companyId}
</if>