bdNumber 修复 日期文案修复

This commit is contained in:
tianfeng 2025-11-28 18:33:35 +08:00
parent 84507b86d5
commit d6c214422f
3 changed files with 7 additions and 1 deletions

View File

@ -224,6 +224,7 @@ public class TeamBdMemberBillListQryExe {
// 9. 计算当前账单的 BD Leader 工资信息使用总的 Agent 数量 // 9. 计算当前账单的 BD Leader 工资信息使用总的 Agent 数量
BdHistoryCO bdHistoryCO = calculateCurrentBdBill(currentBillBelong, BdHistoryCO bdHistoryCO = calculateCurrentBdBill(currentBillBelong,
totalAgentCount, totalSalary, totalRecharge); totalAgentCount, totalSalary, totalRecharge);
bdHistoryCO.setBdNumber(bdList.size());
result.setBdHistoryCO(bdHistoryCO); result.setBdHistoryCO(bdHistoryCO);
return result; return result;

View File

@ -322,7 +322,7 @@ public class TeamBdHistoryServiceImpl implements TeamBdHistoryService {
return ""; return "";
} }
int year = billBelong / 100; int year = billBelong / 10000;
int period = billBelong % 100; int period = billBelong % 100;
int month = (period + 1) / 2; int month = (period + 1) / 2;

View File

@ -31,6 +31,11 @@ public class BdHistoryCO {
* Agent数量 * Agent数量
*/ */
private Integer agencyNumber; private Integer agencyNumber;
/**
* bd数量
*/
private Integer bdNumber;
/** /**
* 团队工资美元 * 团队工资美元