private static void setTeamAndTotalBillAndProfitRedisUtil redisUtil String teamId int amount int c BigDecimal payBill 记录team的总流水和总盈利 setTeamTotalBillAndProfitredisUtil teamId amount c
The method setTeamAndTotalBillAndProfit takes in a RedisUtil object, a teamId, an amount, a count (c), and a BigDecimal object (payBill). The method first calls another method setTeamTotalBillAndProfit to record the total bill and profit for the given teamId. Then, it calls another method setTotalBillAndProfit to record the total bill and profit across all teams.
Overall, this method is used to update the bill and profit information for a given team and across all teams.
原文地址: https://www.cveoy.top/t/topic/byAH 著作权归作者所有。请勿转载和采集!