Browse Source

头条预警调整

yumeng 5 years ago
parent
commit
cc07998233

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

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