|
|
@ -1011,9 +1011,9 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
|
projectEntity.setTitle(issueDTO.getIssueTitle()); |
|
|
|
projectEntity.setStatus(ProjectConstant.PENDING); |
|
|
|
projectEntity.setOrgIdPath(issueDTO.getOrgIdPath()); |
|
|
|
projectEntity.setLocateAddress(null == formDTO.getTopicDTO().getLocateAddress() ? "" : formDTO.getTopicDTO().getLocateAddress()); |
|
|
|
projectEntity.setLocateLongitude(null == formDTO.getTopicDTO().getLocateLongitude() ? "" : formDTO.getTopicDTO().getLocateLongitude()); |
|
|
|
projectEntity.setLocateDimension(null == formDTO.getTopicDTO().getLocateDimension() ? "" : formDTO.getTopicDTO().getLocateDimension()); |
|
|
|
projectEntity.setLocateAddress(null == formDTO.getTopicDTO().getAddress() ? "" : formDTO.getTopicDTO().getAddress()); |
|
|
|
projectEntity.setLocateLongitude(null == formDTO.getTopicDTO().getLongitude() ? "" : formDTO.getTopicDTO().getLongitude()); |
|
|
|
projectEntity.setLocateDimension(null == formDTO.getTopicDTO().getDimension() ? "" : formDTO.getTopicDTO().getDimension()); |
|
|
|
baseDao.insert(projectEntity); |
|
|
|
|
|
|
|
//3:项目处理进展表新增数据
|
|
|
|