diff --git a/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml b/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml
index c58beccd..f67c190f 100644
--- a/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml
+++ b/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml
@@ -457,7 +457,6 @@
and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null)
- GROUP BY t.uuid
ORDER BY t.create_date DESC
@@ -735,7 +734,6 @@
and (t.comp_code = '' or t.comp_code is null)
- GROUP BY t.uuid
ORDER BY t.create_date DESC