@@ -192,6 +192,7 @@
<where>
1=1
and pa.id is not null
+ and pa.deleted = '0'
<if test="vo.deptId !=null and vo.deptId !=''">
AND pa.id IN ( SELECT DISTINCT agreement_id FROM ptl_agreement_dept WHERE dept_id LIKE
concat(#{vo.deptId},'%') )