huminmin
2026-05-26 31cd3dfc4686eba9cc0ce223e8eaefa88c1da2c3
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>