|
@@ -25,7 +25,7 @@
|
|
|
account_name AS accountName,
|
|
|
kuaishou_id AS ksId
|
|
|
FROM
|
|
|
- application.app_kuaishou_agent_report_d
|
|
|
+ `application`.app_kuaishou_agent_report_d
|
|
|
WHERE
|
|
|
total_charged_in_yuan >0
|
|
|
and account_id = #{accountId}
|
|
@@ -54,7 +54,7 @@
|
|
|
contract_rebate_real_recharged as contractRebateRealRecharged,
|
|
|
direct_rebate_real_recharged as directRebateRealRecharged
|
|
|
FROM
|
|
|
- jeecg-boot.ctop_kuaishou_daily_flows
|
|
|
+ `jeecg-boot`.ctop_kuaishou_daily_flows
|
|
|
WHERE
|
|
|
account_id = #{accountId}
|
|
|
) t
|