mybatis坑 column property映射问题

select

u.user_name

from user u

映射为

u.user_name userName 

映射值为空

原文地址:https://www.cnblogs.com/zfzf1/p/11498650.html