东莞网站建设那家好,低价网站建设行业现状,免费网站建设的,优时代网站建设There is no getter for property named user_full_name in class com.book.erp.entity.user.QueryUser Mybatis 配置错误#xff0c;XML配置文件有Java对象以及数据库字段#xff0c;配置时需要小心
user_full_name是数据库字段#xff0c;不需要有get 和 set方法#xf… There is no getter for property named user_full_name in class com.book.erp.entity.user.QueryUser Mybatis 配置错误XML配置文件有Java对象以及数据库字段配置时需要小心
user_full_name是数据库字段不需要有get 和 set方法显然这里是配置错误 if testuserName!null and userName!And user_name like #{userName}/ifif testuser_full_name!null and user_full_name!AND user_full_name like #{userFullname}/if JsonIgnore 在参数映射时不是去掉参数而是自动赋予null
public class QueryUser {//JsonIgnoreprivate String userName;//JsonIgnoreprivate String userFullname;//JsonIgnoreprivate String userTelephone;//JsonIgnoreprivate String userEmail;
}