zouyu
2026-07-01 288c8e2d24ee2db081ba818e6b42ea52eb9c4ca2
cnas-personnel/src/main/resources/mapper/PersonRewardPunishmentRecordMapper.xml
@@ -38,5 +38,6 @@
                AND cprpr.reward_punish_time BETWEEN #{dto.startTime} AND #{dto.endTime}
            </if>
        </where>
        ORDER BY cprpr.id DESC
    </select>
</mapper>