HI,I found that there is a problem with the comment of selectList (String statement) in sqlsession I think there is no parameter

 /**
   * Retrieve a list of mapped objects from the statement key and parameter.
   * @param <E> the returned list element type
   * @param statement Unique identifier matching the statement to use.
   * @return List of mapped object
   */
  <E> List<E> selectList(String statement);

Comment From: kazuki43zoo

Hi @xbcrh , Thanks for your reporting!