浏览代码

/rest/openapi/v1/agent/report 字段更改

zhaoxian 1 年之前
父节点
当前提交
47803becb9

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/service/impl/KuaiShouDailyAgentServiceImpl.java

@@ -96,7 +96,7 @@ public class KuaiShouDailyAgentServiceImpl extends ServiceImpl<KuaiShouDailyAgen
                     agent.setUserId(detailJson.getLong("user_id"));
                     agent.setUserId(detailJson.getLong("user_id"));
                     agent.setAccountName(detailJson.getString("account_name"));
                     agent.setAccountName(detailJson.getString("account_name"));
                     agent.setTotalChargedInYuan(detailJson.getBigDecimal("total_charged_in_yuan"));
                     agent.setTotalChargedInYuan(detailJson.getBigDecimal("total_charged_in_yuan"));
-                    agent.setTotalBalanceInYuan(detailJson.getBigDecimal("total_balance_in_yuan"));
+                    agent.setTotalBalanceInYuan(detailJson.getBigDecimal("total_balance"));
                     agent.setRealChargedInYuan(detailJson.getBigDecimal("real_charged_in_yuan"));
                     agent.setRealChargedInYuan(detailJson.getBigDecimal("real_charged_in_yuan"));
                     agent.setTotalRebateRealChargedInYuan(detailJson.getBigDecimal("total_rebate_real_charged_in_yuan"));
                     agent.setTotalRebateRealChargedInYuan(detailJson.getBigDecimal("total_rebate_real_charged_in_yuan"));
                     agent.setContractRebateRealChargedInYuan(detailJson.getBigDecimal("contract_rebate_real_charged_in_yuan"));
                     agent.setContractRebateRealChargedInYuan(detailJson.getBigDecimal("contract_rebate_real_charged_in_yuan"));