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