gongchunyi
2026-09-10 e78d335edefcf3d412b1d4b4bd0b8fc539c031a9
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>