修改了sdk附件删除的返回信息

This commit is contained in:
ajaxfan
2021-03-15 16:20:56 +08:00
parent c5da52ecbb
commit 22d4a3f6d7

View File

@ -235,7 +235,7 @@ public class DefaultAttachmentClient implements AttachmentClient {
}); });
}); });
}); });
return op.isPresent(); return op.map(detail -> detail.values().size() > 0).orElseGet(() -> false);
} }
/** /**