diff --git a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
index 958524c..177c044 100644
--- a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
+++ b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
@@ -548,11 +548,9 @@
AND ps.ser_doct = #{param.serDoct}
-
- order by "createDate" ${param.sort}
-
- limit #{param.offset, jdbcType=INTEGER} , #{param.limit, jdbcType=INTEGER}
-
+ order by ps.create_date desc
+
+ limit #{param.offset, jdbcType=INTEGER} , #{param.limit, jdbcType=INTEGER}