whycxzp
2022-10-17 3bef0cc2d322ea4f5c5341b04345c57e0129f7cf
时间排序倒序
1个文件已修改
1 ■■■■ 已修改文件
src/main/resources/mapper/SoftwareMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/SoftwareMapper.xml
@@ -27,6 +27,7 @@
                and board_number like '%${boardNumber}%'
            </if>
        </where>
        order by font_update_time desc
    </select>
    <select id="selectSoftWare" resultType="software">
        select * from tb_software where file_url=#{fileUrl}