huminmin
17 小时以前 39e8f88af6d3c07c183cda4e7c1d1b1c850209f5
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>