gongchunyi
2026-08-11 762a5fd8af517610c4b70fdb9a02eae27b2a4fdd
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>