心累

Results 16 comments of 心累

> 谢谢,的确复现了这个问题,暂时没找到具体原因。 @Sayi 大佬, 这个我知道 简单说就是图表的数据分为表象和内里, 内里的数据是 Excel, 表面的数据在 chart.xml 里面, 两个都更新才是 ok 的, 图表的 chart.xml 的更新是有个地方 commit 才会触发, 实测是 write 方法最靠谱. ![image](https://user-images.githubusercontent.com/25474608/142993670-d7057511-de1e-4e25-a866-d4070ad610e3.png)

```java /** * 测试 * * @param testRequest xxx信息 * @param update 是否更新 */ public BaseResponse testReqBody(@RequestBody TestRequest testRequest, Boolean update) { return BaseResponse.success(); } ``` 楼主是指此时的 update 字段不能正确解析吗?

@amw3344 是 spring cloud 的写法吗?

https://github.com/gejun123456/intellij-generateAllSetMethod/pull/66 I did it

https://github.com/gejun123456/intellij-generateAllSetMethod/pull/66 提交了个 Pull Request, 要的话我再去打个包? > where 发自我的iPhone > […](#) > 在 2021年10月1日,11:53,心累 ***@***.***> 写道: I did it

打包了, 放在了 https://github.com/gejun123456/intellij-generateAllSetMethod/pull/66 里面

😄 发自我的iPhone > 在 2021年10月2日,01:35,Potter ***@***.***> 写道: > >  > 优秀啊 > > 发自我的iPhone > > > 在 2021年10月1日,17:46,心累 ***@***.***> 写道: > > > >  > > 打包了,...

![gen](https://user-images.githubusercontent.com/25474608/135596540-d7c4088e-1fc9-4448-a866-968808fbba30.gif) 搞定了, 啊哈哈哈, 但是没提交 PullRequest 啊... 因为这个插件的代码不是很好改造, 不过我之前把这个插件的功能仿造并完善, 加到了我自己插件上, 要的话, 给你打个包把... 这是把我插件原来的功能简单的注释掉了, 只保留了 getter/setter 的那部分, 完善了泛型和 foreach 循环中以及方法变量上; 如图 ![gen3](https://user-images.githubusercontent.com/25474608/135599215-6693137e-599a-4b5e-ad13-4b603aabba21.gif) 去除了 converter 的逻辑, 暂时不打算做 [Gudqs-Generate-Setter-纯享版.zip](https://github.com/gejun123456/intellij-generateAllSetMethod/files/7265956/Gudqs-Generate-Setter-.zip)