diff --git a/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml b/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml
index 631961f..da308cc 100644
--- a/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml
+++ b/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml
@@ -41,7 +41,7 @@
and "product_name" like concat(concat('%', #{productName}), '%') and "status" = #{status}
- order by obj_id desc
+ order by "obj_id" desc