gongchunyi
2 天以前 35cd0e703d6620171e945686a3853680f87b25df
fix: 安全培训考核数据倒序
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/safe/SafeTrainingMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/safe/SafeTrainingMapper.xml
@@ -45,7 +45,7 @@
        <if test="c.trainingDate != null ">
            AND DATE_FORMAT(st.training_date, '%Y%m%d') = DATE_FORMAT(#{c.trainingDate}, '%Y%m%d')
        </if>
        GROUP BY st.id desc
        order BY st.id desc
    </select>
    <select id="getSafeTraining" resultType="com.ruoyi.safe.dto.SafeTrainingDto">
         select st.*,