springboot mybatis查询对象驼峰字段为空的问题
返回的对象不为null,但是属性值为null 代码如下: <resultMap id="BaseResultMap" type="com.xxx.xxx.dao.model.MerchantUser"> <id column="MU_ID" jdbcType="BIGINT" property="muId"/> <result column="USER_ID" jdbcType="BIGINT" property="userId"/> <result column="MERCHANT_NO" jdbcType="VARCHAR" property="merchantNo"/> <result column="USER_PHONE" jdbcType="VARCHAR" property="userPhone"/> <result column="GRANTED" jdbcType="VARCHAR" property="granted"/> <result column="CREATE_DATE" jdbcType="TIMESTAMP" property="createDate"/> <result column="MERCHANT_USER_ID" jdbcType="VARCHAR" property="merchantUserId"/> <result column=