修改app帮助中心bug

pull/1/head
LiuShaoDong 5 years ago
parent b8e9ea10e6
commit 0806c660d6
  1. 2
      blockchain-server/blockchain-server-sysconf/src/main/resources/mapper/HelpCenterMapper.xml

@ -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}

Loading…
Cancel
Save