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