|
@@ -437,9 +437,9 @@
|
|
|
and uaa.is_archive = 1
|
|
|
</select>
|
|
|
<select id="getFilingUnitList" resultType="java.lang.String">
|
|
|
- SELECT filing_unit
|
|
|
- FROM u_archives_auto WHERE project_id =#{projectId} and is_deleted = 0 AND filing_unit is not NULL
|
|
|
- GROUP BY filing_unit
|
|
|
+ SELECT unit
|
|
|
+ FROM u_archives_auto WHERE project_id =#{projectId} and is_deleted = 0 AND unit is not NULL
|
|
|
+ GROUP BY unit
|
|
|
</select>
|
|
|
<select id="getCarrierTypeByDict" resultType="org.springblade.system.entity.DictBiz">
|
|
|
SELECT * FROM blade_dict_biz WHERE code = 'storage_type' AND parent_id > 0 AND tenant_id = 000000
|