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