yumeng 5 vuotta sitten
vanhempi
commit
223f21c325

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/material/mapper/xml/ByteDanceAdvertisePlanMapper.xml

@@ -6,7 +6,7 @@
    SELECT
    name
    FROM ctop_bytedance_advertise_plan
-   WHERE advertiser_id = #{accountId}
+   WHERE account_id = #{accountId}
    and (cpa_bid > #{maxBid} or bid > #{maxBid})
    and toutiao_status = 'AD_STATUS_DELIVERY_OK'
     </select>
@@ -16,7 +16,7 @@
    SELECT
    name
    FROM ctop_bytedance_advertise_plan
-   WHERE advertiser_id = #{accountId}
+   WHERE account_id = #{accountId}
    and deep_cpabid &gt; #{maxCpaBid}
    and toutiao_status = 'AD_STATUS_DELIVERY_OK'
     </select>