zhang_nuo
5 天以前 4c471ce94b9efa508d0c63e085a99b94cb1fe3ab
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>