| | |
| | | import com.vci.web.service.OsQuereyTemplateServiceI; |
| | | import com.vci.web.util.PlatformClientUtil; |
| | | import com.vci.web.util.UITools; |
| | | import com.vci.web.util.WebUtil; |
| | | import org.apache.commons.io.IOUtils; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.slf4j.Logger; |
| | |
| | | @Override |
| | | public PortalVI portalVIDTOO2VI(PortalVIDTO portalVIDTO) { |
| | | PortalVI portalVI = new PortalVI(); |
| | | portalVI.id = portalVIDTO.getId(); |
| | | portalVI.id = StringUtils.isNotBlank(portalVIDTO.getId()) ? portalVIDTO.getId() : WebUtil.getPk(); |
| | | portalVI.typeFlag = portalVIDTO.getTypeFlag(); |
| | | portalVI.typeName = portalVIDTO.getTypeName(); |
| | | portalVI.viName = portalVIDTO.getViName(); |