活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-12 14:24:06 +08:00
parent a9a0388a8f
commit 616cf4709d
1 changed files with 1 additions and 1 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="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>