修改附件sdk日志级别
This commit is contained in:
@ -150,7 +150,7 @@ public class ModelConvertor {
|
||||
* @throws JsonProcessingException
|
||||
*/
|
||||
private SysStorageVO toUploadPO(String json) throws JsonMappingException, JsonProcessingException {
|
||||
log.debug("current convertor json is: {}", json);
|
||||
log.info("current convertor json is: {}", json);
|
||||
return Optional.ofNullable(objectMapper.readValue(json, UploadStream.class).getData())
|
||||
.map(ls -> ls.stream().findFirst().map(obj -> obj.getSysStorageVO()).orElseGet(() -> null))
|
||||
.orElseGet(SysStorageVO::new);
|
||||
|
Reference in New Issue
Block a user