@@ -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
@@ -52,7 +52,7 @@
title,
contentTxt as description,
content
where helpPageID=#{id}
and validFlag=1 and showFlag=1
</select>