瀏覽代碼

bug fixes

plf 4 年之前
父節點
當前提交
97a8c5b0a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>