@@ -84,7 +84,7 @@
</insert>
<select id="findMobileContent" resultType="string">
- SELECT content FROM cm_page_freedom FROM pageId = #{id} AND type = 2
+ SELECT content FROM cm_page_freedom WHERE pageId = #{id} AND type = 2
</select>
</mapper>