@@ -120,7 +120,7 @@
select p.name
from person p,
work_resume w
- where p.id = w.person_id
+ where p.id = w.person_id and p.valid = '1' and w.valid = '1'
<if test="depId != null and depId != ''">
and w.dep_id = #{depId}
</if>