huminmin
10 小时以前 be241f4251668ba0dd1d3d6d1176bc3bbe8d7ff6
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>