@@ -438,7 +438,7 @@
</select>
<select id="getFilingUnitList" resultType="java.lang.String">
SELECT filing_unit
- FROM u_archives_auto WHERE project_id =#{projectId} AND filing_unit is not NULL
+ FROM u_archives_auto WHERE project_id =#{projectId} and is_deleted = 0 AND filing_unit is not NULL
GROUP BY filing_unit
<select id="getCarrierTypeByDict" resultType="org.springblade.system.entity.DictBiz">