Can not set java.math.BigDecimal field org.jeecg.modules.jyz.setting.entity.JyzSettingUtils.rangeBegin to java.lang.Class
时间: 2023-11-27 07:03:51 浏览: 95
Can't find a codec for class java.math.BigDecimal.txt
As an AI language model, I cannot access your code or system. However, this error message usually occurs when you are trying to set a field of type java.math.BigDecimal in your Java code or application, but you are passing a value of a different type, such as a Java class.
To fix this error, you need to ensure that you are passing the correct type of value to the BigDecimal field. Check the data types of the values you are passing and make sure they match the expected data types for the field. Also, ensure that the field is declared and initialized correctly in your code.
阅读全文