@@ -34,8 +34,6 @@
<if test="code!=null">
AND UPPER(code) LIKE CONCAT('%', UPPER(trim(#{code})), '%')
</if>
- ORDER BY
- gmt_modified DESC
</select>
</mapper>
@@ -30,7 +30,5 @@