Aslee 4 anos atrás
pai
commit
92c7578c3c

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

@@ -42,7 +42,7 @@
             helpPageID as id,
             helpPageTypeID as typeId,
             title as name
-		from helpPage
+		from helppage
 		where validFlag = 1
 		and helpPageTypeID = #{typeId}
 		order by sortIndex

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

@@ -52,7 +52,7 @@
             title,
             contentTxt as description,
             content
-        from helpPage
+        from helppage
         where helpPageID=#{id}
         and validFlag=1 and showFlag=1
     </select>