数据库有数据但是mybatis查询出来所有字段均是null
摘要:
申明 未必能解决您的问题,具体问题具体分析! 修改mybatis xml mapper 接口类 public interface xxxMapper { xxx selectByIdCard(String idCard); } 该接口对应的 xml文件 (安装了mybatis的ieda插件,这个xm 阅读全文
posted @ 2019-03-12 18:11 AmosChen 阅读(27) 评论(0) 推荐(0) 编辑