yumeng 2 lat temu
rodzic
commit
4ec8e0a8f5

+ 2 - 2
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/settlement/mapper/xml/IntranetSettlementMapper.xml

@@ -54,9 +54,9 @@
                             contract_rebate_real_recharged as contractRebateRealRecharged,
                             direct_rebate_real_recharged as directRebateRealRecharged
                         FROM
-                            media_api.kuaishou_advertiser_fund_daily_flows
+                            `jeecg-boot`.ctop_kuaishou_daily_flows
                         WHERE
-                            advertiser_id = #{accountId}
+                            account_id = #{accountId}
                     ) t
                         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