yyb
7 天以前 f0b260f69bbfb53f46bbc115fce7c3fb75e1dd2d
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>