gongchunyi
5 小时以前 35cd0e703d6620171e945686a3853680f87b25df
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.*,