xiaoyong931011
2021-03-26 448eaa2a735a409e09a403b231c371229b7929c5
src/main/resources/mapper/modules/HelpCenterTypeMapper.xml
@@ -2,12 +2,8 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xcong.excoin.modules.helpCenter.mapper.HelpCenterTypeMapper">
    <select id="findPlatformTradeSettingInPage" resultType="com.xcong.excoin.modules.systemSetting.entity.PlatformTradeSettingEntity">
        SELECT
         *
      FROM
         platform_trade_setting
    </select>
    <select id="findHelpCenterTypeListInPage" resultType="com.xcong.excoin.modules.helpCenter.entity.HelpCenterTypeEntity">
         select * from help_center_type
   </select>
</mapper>