@@ -11,7 +11,7 @@
and spec_name LIKE CONCAT('%',#{specName},'%')
</if>
</where>
- oreder by spec_id asc
+ order by spec_id asc
</select>
</mapper>