|
@@ -54,9 +54,9 @@
|
|
contract_rebate_real_recharged as contractRebateRealRecharged,
|
|
contract_rebate_real_recharged as contractRebateRealRecharged,
|
|
direct_rebate_real_recharged as directRebateRealRecharged
|
|
direct_rebate_real_recharged as directRebateRealRecharged
|
|
FROM
|
|
FROM
|
|
- media_api.kuaishou_advertiser_fund_daily_flows
|
|
|
|
|
|
+ `jeecg-boot`.ctop_kuaishou_daily_flows
|
|
WHERE
|
|
WHERE
|
|
- advertiser_id = #{accountId}
|
|
|
|
|
|
+ account_id = #{accountId}
|
|
) t
|
|
) t
|
|
LEFT JOIN `jeecg-boot`.ctop_user_allocation c ON t.accountIdF = c.account_id
|
|
LEFT JOIN `jeecg-boot`.ctop_user_allocation c ON t.accountIdF = c.account_id
|
|
LEFT JOIN `jeecg-boot`.ctop_kuaishou_advertiser_base_info base ON base.account_id = t.accountIdF
|
|
LEFT JOIN `jeecg-boot`.ctop_kuaishou_advertiser_base_info base ON base.account_id = t.accountIdF
|