zfpromise

Results 3 issues of zfpromise

### 当前使用版本(必填,否则不予处理) 当前版本:3.5.3.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 表中有个较大字段需要在特定添加下才参与业务逻辑处理,请问有没有办法可以通过一定的条件控制这些大字段在查询时不被筛选出来? 类似@TableField 中的 select() ### 重现步骤(如果有就写完整) ### 报错信息

question

1、上传500M的文件直接上传文件也只需要4s左右 ![image](https://user-images.githubusercontent.com/116787877/227900361-7c2bc5c8-6c1c-449d-928c-623ef1646697.png) 2、除了创建预传请求外调用合并接口也是耗时4s左右。如下图所示。 ![image](https://user-images.githubusercontent.com/116787877/227898949-1bf29e1d-1b55-4a6f-966c-3096a43dad8e.png) 3、版本信息 minio server 版本:RELEASE.2021-06-17T00-10-46Z java minio 版本:8.3.3 请问是minio server 版本不一致导致的问题吗?

**Describe the Bug** 参照[说明]([https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/rewrite/README.md](url))配置多条应用路由访问路径后无效 应用配置文件: ```shell kind: Ingress apiVersion: networking.k8s.io/v1 metadata: name: nginx namespace: promise-platform annotations: kubesphere.io/alias-name: nginx kubesphere.io/creator: admin nginx.ingress.kubernetes.io/rewrite-target: /$2 nginx.ingress.kubernetes.io/use-regex: 'true' spec: ingressClassName: nginx rules: - host:...

kind/bug
stale