1:查询sql,返回值用LinkedHashMap接收,如果字段值为空则不返回此字段的问题。需要在yml文件的mybatis下添加下面代码
mybatis-plus: configuration: call-setters-on-nulls: true