org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyR
异常的原因:需要一个或空参数,但是返回了3个参数。我的两张表是t_article和t_comment,其中t_article一个属性是包含t_comment,如List commentLis ...