service-api/src/main/java/com/java110/api/smo/assetImport/impl/AssetImportSMOImpl.java
@@ -135,15 +135,7 @@ assetImportLogPo.setErrorCount("0"); assetImportLogPo.setSuccessCount("0"); String userId = null; try { userId = new ObjectMapper().readValue(pd.getReqData(), HashMap.class).get("userId").toString(); } catch (JsonMappingException e) { throw new RuntimeException(e); } catch (JsonParseException e) { throw new RuntimeException(e); } catch (IOException e) { throw new RuntimeException(e); } userId = pd.getUserId(); if(userId != null) { UserDto userDto = new UserDto(); userDto.setUserId(userId);