活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-12 13:56:14 +08:00
parent e951a21e1c
commit a9a0388a8f
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectActConfigByCode" resultType="com.sinosoft.activity.domain.ActConfig">
<include refid="selectActConfigVo"/>
where actCode = #{drawCode}
where act_code = #{drawCode}
</select>
<insert id="insertActConfig" parameterType="ActConfig" useGeneratedKeys="true" keyProperty="id">

View File

@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectActPageConfigGuideByCode" resultType="ActPageConfigGuide">
<include refid="selectActPageConfigGuideVo"/>
where actCode = #{drawCode}
where act_code = #{drawCode}
</select>
<insert id="insertActPageConfigGuide" parameterType="ActPageConfigGuide" useGeneratedKeys="true" keyProperty="id">

View File

@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectActPageConfigSubscribeByCode" resultType="ActPageConfigSubscribe">
<include refid="selectActPageConfigSubscribeVo"/>
where actCode = #{drawCode}
where act_code = #{drawCode}
</select>
<insert id="insertActPageConfigSubscribe" parameterType="ActPageConfigSubscribe" useGeneratedKeys="true" keyProperty="id">

View File

@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectActPageConfigUserinfoByCode" resultType="ActPageConfigUserinfo">
<include refid="selectActPageConfigUserinfoVo"/>
where actCode = #{drawCode}
where act_code = #{drawCode}
</select>
<insert id="insertActPageConfigUserinfo" parameterType="ActPageConfigUserinfo" useGeneratedKeys="true" keyProperty="id">