@@ -102,6 +102,7 @@ id_,process_template_id,department_id,create_by,create_time,update_by,update_tim
where a.del_flag = 0
and b.del_flag = 0
and c.del_flag = 0
+ and d.del_flag = 0
and a.department_id = #{companyId}
and c.form_id = #{formId}
and d.person_role_id = #{personRoleId}