活动管理-抽奖活动管理
This commit is contained in:
parent
a9a0388a8f
commit
616cf4709d
|
|
@ -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="com.sinosoft.activity.domain.ActConfig">
|
<select id="selectActConfigByCode" resultType="ActConfig">
|
||||||
<include refid="selectActConfigVo"/>
|
<include refid="selectActConfigVo"/>
|
||||||
where act_code = #{drawCode}
|
where act_code = #{drawCode}
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue