diff --git a/src/main/resources/mapper/Archive_MasterMapper.xml b/src/main/resources/mapper/Archive_MasterMapper.xml index 42054d6e..d66017dc 100644 --- a/src/main/resources/mapper/Archive_MasterMapper.xml +++ b/src/main/resources/mapper/Archive_MasterMapper.xml @@ -510,7 +510,7 @@ LEFT JOIN(select archive_detail_id,count(*) numb from emr_fault_detail where 1=1 and content!='' and content is not null and back_flag is not null GROUP BY archive_detail_id) s on m.id=s.archive_detail_id where 1=1 - and m.ArchiveState not in('作废') + and m.ArchiveState not in('作废','已封存') and m.id = #{id,jdbcType=NVARCHAR} diff --git a/src/main/webapp/WEB-INF/lib/power-foundaton-1.0-SNAPSHOT.jar b/src/main/webapp/WEB-INF/lib/power-foundaton-1.0-SNAPSHOT.jar deleted file mode 100644 index 20f77c33..00000000 Binary files a/src/main/webapp/WEB-INF/lib/power-foundaton-1.0-SNAPSHOT.jar and /dev/null differ