diff --git a/ruoyi-system/src/main/resources/mapper/system/ContentMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ContentMapper.xml
index 5b0f213..1bfde78 100644
--- a/ruoyi-system/src/main/resources/mapper/system/ContentMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/ContentMapper.xml
@@ -29,6 +29,7 @@
and content = #{content}
and image = #{image}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml b/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
index c0470d7..de50d1c 100644
--- a/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
@@ -34,6 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/CouponUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/CouponUserMapper.xml
index 5f4b17f..0631226 100644
--- a/ruoyi-system/src/main/resources/mapper/system/CouponUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/CouponUserMapper.xml
@@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/CouponsMapper.xml b/ruoyi-system/src/main/resources/mapper/system/CouponsMapper.xml
index 0ed63a1..32e0475 100644
--- a/ruoyi-system/src/main/resources/mapper/system/CouponsMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/CouponsMapper.xml
@@ -72,6 +72,7 @@
and count BETWEEN #{countMin} AND #{countMax}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/DiyCityMapper.xml b/ruoyi-system/src/main/resources/mapper/system/DiyCityMapper.xml
index 9aa147d..97710b0 100644
--- a/ruoyi-system/src/main/resources/mapper/system/DiyCityMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/DiyCityMapper.xml
@@ -36,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/GoodsCartMapper.xml b/ruoyi-system/src/main/resources/mapper/system/GoodsCartMapper.xml
index 00afb93..0696144 100644
--- a/ruoyi-system/src/main/resources/mapper/system/GoodsCartMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/GoodsCartMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/GoodsOrderCursorMapper.xml b/ruoyi-system/src/main/resources/mapper/system/GoodsOrderCursorMapper.xml
index aad4d9b..5e3f7f5 100644
--- a/ruoyi-system/src/main/resources/mapper/system/GoodsOrderCursorMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/GoodsOrderCursorMapper.xml
@@ -32,6 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/GoodsOrderMapper.xml b/ruoyi-system/src/main/resources/mapper/system/GoodsOrderMapper.xml
index 09f7540..6e3fc84 100644
--- a/ruoyi-system/src/main/resources/mapper/system/GoodsOrderMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/GoodsOrderMapper.xml
@@ -57,6 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and transaction_id = #{transactionId}
and main_order_id = #{mainOrderId}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/IntegralCateMapper.xml b/ruoyi-system/src/main/resources/mapper/system/IntegralCateMapper.xml
index 684b8ee..b29b893 100644
--- a/ruoyi-system/src/main/resources/mapper/system/IntegralCateMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/IntegralCateMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/IntegralLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/IntegralLogMapper.xml
index a201194..5912f4b 100644
--- a/ruoyi-system/src/main/resources/mapper/system/IntegralLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/IntegralLogMapper.xml
@@ -32,6 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/IntegralOrderLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/IntegralOrderLogMapper.xml
index 6e068d0..7bb1762 100644
--- a/ruoyi-system/src/main/resources/mapper/system/IntegralOrderLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/IntegralOrderLogMapper.xml
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/IntegralOrderMapper.xml b/ruoyi-system/src/main/resources/mapper/system/IntegralOrderMapper.xml
index 120bed4..456f1cf 100644
--- a/ruoyi-system/src/main/resources/mapper/system/IntegralOrderMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/IntegralOrderMapper.xml
@@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/IntegralProductMapper.xml b/ruoyi-system/src/main/resources/mapper/system/IntegralProductMapper.xml
index 593615c..f35ee5a 100644
--- a/ruoyi-system/src/main/resources/mapper/system/IntegralProductMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/IntegralProductMapper.xml
@@ -62,6 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
index 6970e75..21b4970 100644
--- a/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/MobileNotifyMapper.xml b/ruoyi-system/src/main/resources/mapper/system/MobileNotifyMapper.xml
index a4fee85..f6e02a4 100644
--- a/ruoyi-system/src/main/resources/mapper/system/MobileNotifyMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/MobileNotifyMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/NotifyOrderMapper.xml b/ruoyi-system/src/main/resources/mapper/system/NotifyOrderMapper.xml
index 7d8acdd..86dbb3c 100644
--- a/ruoyi-system/src/main/resources/mapper/system/NotifyOrderMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/NotifyOrderMapper.xml
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/OrderCallMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OrderCallMapper.xml
index e3404f3..b569be2 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OrderCallMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OrderCallMapper.xml
@@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and duration = #{duration}
and recurl = #{recurl}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/OrderCommentMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OrderCommentMapper.xml
index bc58a67..3e57be3 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OrderCommentMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OrderCommentMapper.xml
@@ -46,6 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/OrderReworkMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OrderReworkMapper.xml
index c0f9e8a..15c8877 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OrderReworkMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OrderReworkMapper.xml
@@ -32,6 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/OrderSoundLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OrderSoundLogMapper.xml
index bd92c7f..921871e 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OrderSoundLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OrderSoundLogMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and is_merge = #{isMerge}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/OrderSoundMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OrderSoundMapper.xml
index 1914f22..fe810b4 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OrderSoundMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OrderSoundMapper.xml
@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and worker_uid = #{workerUid}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/PayMoneyLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/PayMoneyLogMapper.xml
index 57765f3..a476c8d 100644
--- a/ruoyi-system/src/main/resources/mapper/system/PayMoneyLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/PayMoneyLogMapper.xml
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and mark = #{mark}
and pay_time = #{payTime}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/ServiceCateMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ServiceCateMapper.xml
index 13c146a..53bea05 100644
--- a/ruoyi-system/src/main/resources/mapper/system/ServiceCateMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/ServiceCateMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and title like concat('%',#{title},'%')
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/ServiceGoodsMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ServiceGoodsMapper.xml
index 82acc00..2e7fab7 100644
--- a/ruoyi-system/src/main/resources/mapper/system/ServiceGoodsMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/ServiceGoodsMapper.xml
@@ -55,6 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and type = #{type}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/SiteDeliveryMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SiteDeliveryMapper.xml
index 037b00d..c7e6697 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SiteDeliveryMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SiteDeliveryMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/SiteSkillMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SiteSkillMapper.xml
index 67eeb42..2a9d545 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SiteSkillMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SiteSkillMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysNoticeMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
index 65d3079..50698e8 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND create_by like concat('%', #{createBy}, '%')
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/UserAddressMapper.xml b/ruoyi-system/src/main/resources/mapper/system/UserAddressMapper.xml
index 01ea023..6c2f4cb 100644
--- a/ruoyi-system/src/main/resources/mapper/system/UserAddressMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/UserAddressMapper.xml
@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WechatTransferMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WechatTransferMapper.xml
index 5f3ee84..a7375ce 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WechatTransferMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WechatTransferMapper.xml
@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and pay_time between #{params.beginPayTime} and #{params.endPayTime}
and time between #{params.beginTime} and #{params.endTime}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerApplyMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerApplyMapper.xml
index ba878ba..bf501a8 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerApplyMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerApplyMapper.xml
@@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and updated_at = #{updatedAt}
and deleted_at = #{deletedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerLevelLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerLevelLogMapper.xml
index abd56cf..89ca403 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerLevelLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerLevelLogMapper.xml
@@ -34,6 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerLevelMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerLevelMapper.xml
index 91d39dd..5d820fb 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerLevelMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerLevelMapper.xml
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and updated_at = #{updatedAt}
and deleted_at = #{deletedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerMarginLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerMarginLogMapper.xml
index 7f49d3b..8743cc9 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerMarginLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerMarginLogMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerMoneyLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerMoneyLogMapper.xml
index 93045fc..e8a4dbd 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerMoneyLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerMoneyLogMapper.xml
@@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and mergin = #{mergin}
and door_price = #{doorPrice}
+ order by id desc
diff --git a/ruoyi-system/src/main/resources/mapper/system/WorkerSignMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WorkerSignMapper.xml
index 8e54aed..2d13053 100644
--- a/ruoyi-system/src/main/resources/mapper/system/WorkerSignMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/WorkerSignMapper.xml
@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and created_at = #{createdAt}
and updated_at = #{updatedAt}
+ order by id desc