|
@@ -296,6 +296,8 @@ public class ReportSettlementServiceImpl implements IReportSettlementService {
|
|
|
|
|
|
private List<String> mergeAccountId(List<String> settlementAccountList, List<UserAllocation> allocations,String uploadYears) {
|
|
|
List<String>salesAccount = new ArrayList<>();
|
|
|
+ System.out.println(settlementAccountList.size());
|
|
|
+ System.out.println(allocations.size());
|
|
|
for(UserAllocation allocation:allocations){
|
|
|
if(allocation.getAccountStatus() == 0){
|
|
|
salesAccount.add(allocation.getAccountId()+"");
|