活动管理-抽奖活动管理
This commit is contained in:
parent
616cf4709d
commit
9ca96f647d
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue