|
|
@ -16,7 +16,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="modifyTime" column="modify_time" /> |
|
|
|
<result property="modifyTime" column="modify_time" /> |
|
|
|
</resultMap> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectHelpCenterForApp" parameterType="java.lang.Integer" resultMap="HelpCenterResult"> |
|
|
|
<select id="selectHelpCenterForApp" resultMap="HelpCenterResult"> |
|
|
|
select id, title, url |
|
|
|
select id, title, url |
|
|
|
from conf_help_center |
|
|
|
from conf_help_center |
|
|
|
where show_status = #{showStatus} |
|
|
|
where show_status = #{showStatus} |
|
|
|