浏览代码

头条预警

yumeng 5 年之前
父节点
当前提交
584b5a2ca5

+ 1 - 1
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertisePlanMapper.xml

@@ -8,7 +8,7 @@
    FROM ctop_bytedance_advertise_plan
    FROM ctop_bytedance_advertise_plan
    WHERE advertiser_id = #{accountId}
    WHERE advertiser_id = #{accountId}
    and (cpa_bid > #{maxBid} or bid > #{maxBid})
    and (cpa_bid > #{maxBid} or bid > #{maxBid})
-
+   and toutiao_status = 'AD_STATUS_DELIVERY_OK'
    group by id
    group by id
     </select>
     </select>
 </mapper>
 </mapper>