JSON parse error:
Cannot deserialize value of type java.lang.Integer
from String "true":
not a valid Integer value; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException:
Cannot deserialize value of type java.lang.Integer
from String "true":
not a valid Integer value at [Source: (PushbackInputStream); line: 1, column: 110] (through reference chain:
com.zh.zysr.pojo.BaseUser["dianqi"])
miniUI复选框传值是true,数据库里字段是0/1 点击确定前端页面弹窗报上面的错