|
@ -169,7 +169,9 @@ public class IcCustomerReportServiceImpl extends BaseServiceImpl<IcCustomerRepor |
|
|
}else if (formDTO.getType().equals(CustomerFunctionConstant.REPORT_ADD)){ |
|
|
}else if (formDTO.getType().equals(CustomerFunctionConstant.REPORT_ADD)){ |
|
|
baseDao.delCustomerReport(null, formDTO.getReportId()); |
|
|
baseDao.delCustomerReport(null, formDTO.getReportId()); |
|
|
} |
|
|
} |
|
|
baseDao.delCustomerReportFun(reportIds); |
|
|
if (CollectionUtils.isNotEmpty(reportIds)){ |
|
|
|
|
|
baseDao.delCustomerReportFun(reportIds); |
|
|
|
|
|
} |
|
|
if (CollectionUtils.isNotEmpty(formDTO.getCustomerList())){ |
|
|
if (CollectionUtils.isNotEmpty(formDTO.getCustomerList())){ |
|
|
List<IcCustomerReportEntity> entities = new ArrayList<>(); |
|
|
List<IcCustomerReportEntity> entities = new ArrayList<>(); |
|
|
List<IcReportFunEntity> funEntities = new ArrayList<>(); |
|
|
List<IcReportFunEntity> funEntities = new ArrayList<>(); |
|
|