|
|
@ -1858,7 +1858,6 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
|
issueProcessEntity.setCustomerId(issueDTO.getCustomerId()); |
|
|
|
issueProcessService.insert(issueProcessEntity); |
|
|
|
insertAtt(issueDTO.getAttachmentList(),e.getId(),ModuleConstants.ISSUE,issueDTO.getCustomerId()); |
|
|
|
// 新增议题表决统计表
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|