|
@@ -75,6 +75,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="platform != null and platform != ''">
|
|
|
AND ar.platform = #{platform}
|
|
|
</if>
|
|
|
+ <if test="businessId != null and businessId != ''">
|
|
|
+ AND ar.business_id = #{businessId}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="getDetail" parameterType="com.zhongzheng.modules.activity.bo.ActivityRecommendQueryBo" resultMap="ActivityRecommendVoResult">
|