bdNumber 修复 日期文案修复
This commit is contained in:
parent
84507b86d5
commit
d6c214422f
@ -224,6 +224,7 @@ public class TeamBdMemberBillListQryExe {
|
||||
// 9. 计算当前账单的 BD Leader 工资信息(使用总的 Agent 数量)
|
||||
BdHistoryCO bdHistoryCO = calculateCurrentBdBill(currentBillBelong,
|
||||
totalAgentCount, totalSalary, totalRecharge);
|
||||
bdHistoryCO.setBdNumber(bdList.size());
|
||||
result.setBdHistoryCO(bdHistoryCO);
|
||||
|
||||
return result;
|
||||
|
||||
@ -322,7 +322,7 @@ public class TeamBdHistoryServiceImpl implements TeamBdHistoryService {
|
||||
return "";
|
||||
}
|
||||
|
||||
int year = billBelong / 100;
|
||||
int year = billBelong / 10000;
|
||||
int period = billBelong % 100;
|
||||
|
||||
int month = (period + 1) / 2;
|
||||
|
||||
@ -31,6 +31,11 @@ public class BdHistoryCO {
|
||||
* Agent数量
|
||||
*/
|
||||
private Integer agencyNumber;
|
||||
|
||||
/**
|
||||
* bd数量
|
||||
*/
|
||||
private Integer bdNumber;
|
||||
|
||||
/**
|
||||
* 团队工资(美元)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user