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