plf hace 4 años
padre
commit
97a8c5b0a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/mapper/SinglePageMapper.xml

+ 1 - 1
src/main/resources/mapper/SinglePageMapper.xml

@@ -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>