geekgarden
geekgarden
### 问题描述 Bean包含BigDecimal属性,通过JSON.toJSONString转为json字符串时,设置了WriteBigDecimalAsPlain,输出字符串中BigDecimal未转为字符串 ### 重现步骤 测试代码: ```java class TestData { private BigDecimal amount; public BigDecimal getAmount() { return amount; } public TestData setAmount(BigDecimal amount) { this.amount = amount; return this;...
**例行检查** [//]: # '方框内填 x 表示打钩' - [ ] 我已确认目前没有类似 features - [ ] 我已确认我已升级到最新版本 - [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 - [ ] 我理解并愿意跟进此 features,协助测试和提供反馈 - [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 features 可能会被无视或直接关闭**...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### Name and Version ```shell ./llama.cpp/build/bin/llama-server \ -m /models/DeepSeek-R1-UD-IQ1_S-00001-of-00003.gguf \ --cache-type-k q4_0 \ --threads 64 \ --temp 0.6 \ --ctx-size 12288 \ --parallel 3 \ --n-gpu-layers 62 ``` ### Operating...