设置resulttyp 是map 当查询出的数据是空时 mybatis 会自动将空字段过滤掉
也就是空字段查出来了 也不会映射键值对
处理方法
mybatis-plus设置
call-setters-on-nulls: true
属性为true
标签:map,resulttype,plus,mybatis,true,空字段 From: https://www.cnblogs.com/bawanglong168/p/16898483.html
设置resulttyp 是map 当查询出的数据是空时 mybatis 会自动将空字段过滤掉
也就是空字段查出来了 也不会映射键值对
处理方法
mybatis-plus设置
call-setters-on-nulls: true
属性为true
标签:map,resulttype,plus,mybatis,true,空字段 From: https://www.cnblogs.com/bawanglong168/p/16898483.html