// 检索数据列表,放到返回结果对象中
                List<Map<String, Object>> retList = dalClient.queryForList(pageSqlId, param.getQueryParam());执行这条语句的时候, 因为是数据库是别的系统导入过来的,查出来的一列有的值是“(null)”总是报org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for  SQL state [null]; error code [-4220]; [jcc][t4][1065][12306][3.62.56] 捕获到 java.io.CharConversionException。有关详细信息,请参阅相连接的 Throwable。 ERRORCODE=-4220, SQLSTATE=null; nested exception is com.ibm.db2.jcc.am.SqlException: [jcc][t4][1065][12306][3.62.56] 捕获到 java.io.CharConversionException。有关详细信息,请参阅相连接的 Throwable。 ERRORCODE=-4220, SQLSTATE=null
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)众神可知道原因