gongchunyi
2026-08-25 a7ce82c1cff06afc1b3e1f5deb88b6dd6c00c236
src/main/resources/mapper/technology/TechnologyOperationMapper.xml
@@ -32,6 +32,6 @@
                and t.type = #{c.type}
            </if>
        </where>
        order by t.id asc
        order by t.id desc
    </select>
</mapper>