Aslee 4 سال پیش
والد
کامیت
92c7578c3c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/main/resources/mapper/BaseMapper.xml
  2. 1 1
      src/main/resources/mapper/SinglePageMapper.xml

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

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

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

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