| | |
| | | |
| | | import com.thoughtworks.xstream.XStream; |
| | | import com.thoughtworks.xstream.io.xml.DomDriver; |
| | | import com.vci.mdm.model.universalInter.attrmap.LibraryDO; |
| | | import com.vci.starter.web.util.LocalFileUtil; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springblade.code.vo.universalInter.attrmap.LibraryDO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | |
| | | import java.util.Map; |
| | |
| | | * 获取 |
| | | * @param systemId |
| | | */ |
| | | public LibraryDO gennerAttrMapBySystem(String systemId,Map<String, String> system_attrmap) throws Throwable{ |
| | | public LibraryDO gennerAttrMapBySystem(String systemId, Map<String, String> system_attrmap) throws Throwable{ |
| | | if(StringUtils.isBlank(systemId)){ |
| | | throw new Throwable("系统标识为空"); |
| | | } |