diff --git a/emis-biz/src/main/resources/mapper/EmisGoodsMapper.xml b/emis-biz/src/main/resources/mapper/EmisGoodsMapper.xml
index 57b23864c..e96d29817 100644
--- a/emis-biz/src/main/resources/mapper/EmisGoodsMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisGoodsMapper.xml
@@ -137,7 +137,7 @@
and update_by like concat('%', #{updateBy}, '%') and update_time = #{updateTime}
- order by order_num desc
+ order by order_num desc,create_time desc