
mybatis
Eight_zhu
认真的做一件事。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mybatis返回map类型数据空值字段不显示
一、spring MVC+mybatis 1、解决办法: 第一种:mybatis返回值resultType="map" 改成实体类返回 第二种:还是用map接收,默认查询为控的字段不显示,所以在mybatis-config配置文件中加上 <setting name="callSettersOnNulls" value="true"/> --------------------- ...转载 2018-12-11 18:30:27 · 708 阅读 · 1 评论 -
Mybatis 传入List类型参数,报错:There is no getter for property named '__frch_item_0' in
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named '__frch_item_0' in 'class com.asiacloud.core.mod...转载 2019-01-14 15:44:16 · 1851 阅读 · 1 评论