修改了sdk附件删除的返回信息
This commit is contained in:
@ -235,7 +235,7 @@ public class DefaultAttachmentClient implements AttachmentClient {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return op.isPresent();
|
return op.map(detail -> detail.values().size() > 0).orElseGet(() -> false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user