ソースを参照

档案鉴定,当前项目的所有立卷单位

qianxb 2 年 前
コミット
2bc2b8d82a

+ 1 - 1
blade-service/blade-archive/src/main/java/org/springblade/archive/mapper/ArchivesAutoMapper.xml

@@ -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>
     <select id="getCarrierTypeByDict" resultType="org.springblade.system.entity.DictBiz">