活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-12 14:28:39 +08:00
parent 616cf4709d
commit 9ca96f647d
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectActConfigVo"/> <include refid="selectActConfigVo"/>
where id = #{id} where id = #{id}
</select> </select>
<select id="selectActConfigByCode" resultType="ActConfig"> <select id="selectActConfigByCode" resultMap="ActConfigResult">
<include refid="selectActConfigVo"/> <include refid="selectActConfigVo"/>
where act_code = #{drawCode} where act_code = #{drawCode}
</select> </select>

View File

@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectActPageConfigGuideVo"/> <include refid="selectActPageConfigGuideVo"/>
where id = #{id} where id = #{id}
</select> </select>
<select id="selectActPageConfigGuideByCode" resultType="ActPageConfigGuide"> <select id="selectActPageConfigGuideByCode" resultMap="ActPageConfigGuideResult">
<include refid="selectActPageConfigGuideVo"/> <include refid="selectActPageConfigGuideVo"/>
where act_code = #{drawCode} where act_code = #{drawCode}
</select> </select>

View File

@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectActPageConfigSubscribeVo"/> <include refid="selectActPageConfigSubscribeVo"/>
where id = #{id} where id = #{id}
</select> </select>
<select id="selectActPageConfigSubscribeByCode" resultType="ActPageConfigSubscribe"> <select id="selectActPageConfigSubscribeByCode" resultMap="ActPageConfigSubscribeResult">
<include refid="selectActPageConfigSubscribeVo"/> <include refid="selectActPageConfigSubscribeVo"/>
where act_code = #{drawCode} where act_code = #{drawCode}
</select> </select>

View File

@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectActPageConfigUserinfoVo"/> <include refid="selectActPageConfigUserinfoVo"/>
where id = #{id} where id = #{id}
</select> </select>
<select id="selectActPageConfigUserinfoByCode" resultType="ActPageConfigUserinfo"> <select id="selectActPageConfigUserinfoByCode" resultMap="ActPageConfigUserinfoResult">
<include refid="selectActPageConfigUserinfoVo"/> <include refid="selectActPageConfigUserinfoVo"/>
where act_code = #{drawCode} where act_code = #{drawCode}
</select> </select>