From e9e88eefcc8abd2b1e187d28c7666e80307e97cc Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期六, 09 五月 2026 14:59:33 +0800
Subject: [PATCH] 不合格处理:切换新的OA流程
---
cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml b/cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml
index c62d196..8a49200 100644
--- a/cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml
+++ b/cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml
@@ -22,6 +22,7 @@
AND cprpr.reward_punish_time BETWEEN #{dto.startTime} AND #{dto.endTime}
</if>
</where>
+ ORDER BY cprpr.id DESC
</select>
<select id="rewardPunishmentExport" resultType="com.ruoyi.personnel.excel.PersonRewardPunishmentRecordExcel">
@@ -37,5 +38,6 @@
AND cprpr.reward_punish_time BETWEEN #{dto.startTime} AND #{dto.endTime}
</if>
</where>
+ ORDER BY cprpr.id DESC
</select>
</mapper>
--
Gitblit v1.9.3