You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'give_coupon_template_counts' from result set. Cause: java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type java.util.LinkedHashMap<java.lang.Long,java.lang.Integer> from Integer value (token JsonToken.VALUE_NUMBER_INT)
at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]
带上必要的截图
The text was updated successfully, but these errors were encountered:
碰到问题,请在 https://github.com/YunaiV/ruoyi-vue-pro/issues 搜索是否存在相似的 issue。
不按照模板提交的 issue,会被系统自动删除。
基本信息
你猜测可能的原因
接口:/admin-api/trade/order/page?pageNo=1&pageSize=10&deliveryType=2&pickUpStoreId=1
@TableField(typeHandler = JacksonTypeHandler.class)
private Map<Long, Integer> giveCouponTemplateCounts;
这个注解报错了
复现步骤
1.点击核销订单
报错信息
Caused by: org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'give_coupon_template_counts' from result set. Cause: java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.util.LinkedHashMap<java.lang.Long,java.lang.Integer>
from Integer value (tokenJsonToken.VALUE_NUMBER_INT
)at [Source: REDACTED (
StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION
disabled); line: 1, column: 1]带上必要的截图
The text was updated successfully, but these errors were encountered: