Parcourir la source

总余额 字段更改

zhaoxian il y a 1 an
Parent
commit
e9efc7db52

+ 1 - 1
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/entity/KuaiShouDailyAgent.java

@@ -190,7 +190,7 @@ public class KuaiShouDailyAgent {
         agent.setUserId(detailJson.getLong("user_id"));
         agent.setAccountName(detailJson.getString("account_name"));
         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.setTotalRebateRealChargedInYuan(detailJson.getBigDecimal("total_rebate_real_charged_in_yuan"));
         agent.setContractRebateRealChargedInYuan(detailJson.getBigDecimal("contract_rebate_real_charged_in_yuan"));