| | |
| | | WHERE |
| | | LPA.delete_flag = 0 |
| | | <if test="query.activityName != null and query.activityName !=''"> |
| | | AND LPA.activity_name LIKE CONCAT('%',#{query.ctivityName},'%') |
| | | AND LPA.activity_name LIKE CONCAT('%',#{query.activityName},'%') |
| | | </if> |
| | | <if test="query.beginTime != null">AND LPA.begin_time >= #{query.beginTime}</if> |
| | | <if test="query.endTime != null">AND LPA.end_time <= #{query.endTime}</if> |
| | |
| | | <if test="query.popup !=null and query.popup !=''"> |
| | | AND LPA.popup = #{query.popup} |
| | | </if> |
| | | order by LPA.create_time DESC |
| | | </select> |
| | | <resultMap id="prizeInfoMap" type="cn.lili.modules.lmk.domain.vo.PrizeDetailVO"> |
| | | <id property="id" column="id"/> |