|
|
@ -203,10 +203,6 @@ public class BaseReportServiceImpl implements BaseReportService { |
|
|
|
@Override |
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
public void agencyIssue(AgencyIssueFormDTO formDTO) { |
|
|
|
if (CollectionUtils.isEmpty(formDTO.getDataList())){ |
|
|
|
log.warn(String.format(BaseReportConstant.DATA_IS_NULL),"组织议题"); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (formDTO.getIsFirst()) { |
|
|
|
int deleteNum; |
|
|
|
do { |
|
|
@ -227,10 +223,6 @@ public class BaseReportServiceImpl implements BaseReportService { |
|
|
|
@Override |
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
public void gridProject(GridProjectFormDTO formDTO) { |
|
|
|
if (CollectionUtils.isEmpty(formDTO.getDataList())){ |
|
|
|
log.warn(String.format(BaseReportConstant.DATA_IS_NULL),"网格项目"); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (formDTO.getIsFirst()) { |
|
|
|
int deleteNum; |
|
|
|
do { |
|
|
@ -250,10 +242,6 @@ public class BaseReportServiceImpl implements BaseReportService { |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public void agencyProject(AgencyProjectFormDTO formDTO) { |
|
|
|
if (CollectionUtils.isEmpty(formDTO.getDataList())){ |
|
|
|
log.warn(String.format(BaseReportConstant.DATA_IS_NULL),"组织项目"); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (formDTO.getIsFirst()) { |
|
|
|
int deleteNum; |
|
|
|
do { |
|
|
|