|
|
@ -188,7 +188,7 @@ public class ScreenProjectQuantityOrgMonthlyServiceImpl extends BaseServiceImpl< |
|
|
|
p.setProjectIncr(p.getProjectIncr()); |
|
|
|
}); |
|
|
|
} |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectGrandOrg = baseDao.selectQuantityGrandOrgMonthly(agencyInfos, monthId); |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectGrandOrg = baseDao.selectQuantityGrandOrgMonthly(null, agencyInfos, monthId); |
|
|
|
if (!CollectionUtils.isEmpty(projectGrandOrg)){ |
|
|
|
projectGrandOrg.forEach(p -> { |
|
|
|
p.setClosedTotal(p.getClosedTotal()); |
|
|
@ -252,14 +252,14 @@ public class ScreenProjectQuantityOrgMonthlyServiceImpl extends BaseServiceImpl< |
|
|
|
} |
|
|
|
|
|
|
|
List<ScreenProjectQuantityOrgMonthlyDTO> agencyInfos = ConvertUtils.sourceToTarget(screenProjectOrgDailyDTOS, ScreenProjectQuantityOrgMonthlyDTO.class); |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectOrg = baseDao.selectQuantityOrgMonthly(agencyInfos, monthId); |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectOrg = baseDao.selectQuantityOrgMonthly(customerId, agencyInfos, monthId); |
|
|
|
/*if (!CollectionUtils.isEmpty(projectOrg)){ |
|
|
|
projectOrg.forEach(p -> { |
|
|
|
p.setClosedIncr(p.getClosedIncr()); |
|
|
|
p.setProjectIncr(p.getProjectIncr()); |
|
|
|
}); |
|
|
|
}*/ |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectGrandOrg = baseDao.selectQuantityGrandOrgMonthly(agencyInfos, monthId); |
|
|
|
List<ProjectOrgMonthlyResultDTO> projectGrandOrg = baseDao.selectQuantityGrandOrgMonthly(customerId, agencyInfos, monthId); |
|
|
|
/*if (!CollectionUtils.isEmpty(projectGrandOrg)){ |
|
|
|
projectGrandOrg.forEach(p -> { |
|
|
|
p.setClosedTotal(p.getClosedTotal()); |
|
|
|