活动管理-抽奖活动管理
This commit is contained in:
parent
e951a21e1c
commit
a9a0388a8f
|
|
@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
<select id="selectActConfigByCode" resultType="com.sinosoft.activity.domain.ActConfig">
|
<select id="selectActConfigByCode" resultType="com.sinosoft.activity.domain.ActConfig">
|
||||||
<include refid="selectActConfigVo"/>
|
<include refid="selectActConfigVo"/>
|
||||||
where actCode = #{drawCode}
|
where act_code = #{drawCode}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertActConfig" parameterType="ActConfig" useGeneratedKeys="true" keyProperty="id">
|
<insert id="insertActConfig" parameterType="ActConfig" useGeneratedKeys="true" keyProperty="id">
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
<select id="selectActPageConfigGuideByCode" resultType="ActPageConfigGuide">
|
<select id="selectActPageConfigGuideByCode" resultType="ActPageConfigGuide">
|
||||||
<include refid="selectActPageConfigGuideVo"/>
|
<include refid="selectActPageConfigGuideVo"/>
|
||||||
where actCode = #{drawCode}
|
where act_code = #{drawCode}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertActPageConfigGuide" parameterType="ActPageConfigGuide" useGeneratedKeys="true" keyProperty="id">
|
<insert id="insertActPageConfigGuide" parameterType="ActPageConfigGuide" useGeneratedKeys="true" keyProperty="id">
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
<select id="selectActPageConfigSubscribeByCode" resultType="ActPageConfigSubscribe">
|
<select id="selectActPageConfigSubscribeByCode" resultType="ActPageConfigSubscribe">
|
||||||
<include refid="selectActPageConfigSubscribeVo"/>
|
<include refid="selectActPageConfigSubscribeVo"/>
|
||||||
where actCode = #{drawCode}
|
where act_code = #{drawCode}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertActPageConfigSubscribe" parameterType="ActPageConfigSubscribe" useGeneratedKeys="true" keyProperty="id">
|
<insert id="insertActPageConfigSubscribe" parameterType="ActPageConfigSubscribe" useGeneratedKeys="true" keyProperty="id">
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
<select id="selectActPageConfigUserinfoByCode" resultType="ActPageConfigUserinfo">
|
<select id="selectActPageConfigUserinfoByCode" resultType="ActPageConfigUserinfo">
|
||||||
<include refid="selectActPageConfigUserinfoVo"/>
|
<include refid="selectActPageConfigUserinfoVo"/>
|
||||||
where actCode = #{drawCode}
|
where act_code = #{drawCode}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertActPageConfigUserinfo" parameterType="ActPageConfigUserinfo" useGeneratedKeys="true" keyProperty="id">
|
<insert id="insertActPageConfigUserinfo" parameterType="ActPageConfigUserinfo" useGeneratedKeys="true" keyProperty="id">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue