|
@@ -157,6 +157,7 @@
|
|
FROM ctop_kuaishou_population_package_rel
|
|
FROM ctop_kuaishou_population_package_rel
|
|
WHERE project_id = #{projectId}
|
|
WHERE project_id = #{projectId}
|
|
AND pop_id = #{id}
|
|
AND pop_id = #{id}
|
|
|
|
+ AND stat_date = 1
|
|
) t2 ON t1.account_id = t2.account_id
|
|
) t2 ON t1.account_id = t2.account_id
|
|
where t1.account_status = 0
|
|
where t1.account_status = 0
|
|
AND t1.project_id = #{projectId}
|
|
AND t1.project_id = #{projectId}
|
|
@@ -181,6 +182,9 @@
|
|
<if test="rel.matchSize != null">
|
|
<if test="rel.matchSize != null">
|
|
match_size = #{rel.matchSize},
|
|
match_size = #{rel.matchSize},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="rel.message != null">
|
|
|
|
+ message = #{rel.message},
|
|
|
|
+ </if>
|
|
</set>
|
|
</set>
|
|
where orientation_id = #{rel.orientationId}
|
|
where orientation_id = #{rel.orientationId}
|
|
and account_id = #{rel.accountId}
|
|
and account_id = #{rel.accountId}
|