zhang_nuo
2026-06-01 8b7a5cce4b0d7a7a7a26db8daf2749f68b481907
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>