使用MyBatis 查询数据库查出有数据 但返回对象为null

<!-- 根据主键id查询订单信息--> <select id="getExployeeByUserId" parametertype="java.lang.string" resulttype="com.my.vo.Exployee">     select     a.user_id as userId,     a.user_code as userCode,     a.user_name
相关文章
相关标签/搜索