huminmin
9 天以前 098d9a5ac8e3ab5731dd6eb2a18a07441bf63f4c
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>