问题描述
argTypes[udaStart+udaParaMap.get(colName)]=SQL_TYPES[col.getType().getValue()-1];在这行代码中,查看日志,udaStart+udaParaMap.get(colName)的值可以确定,SQL_TYPES[col.getType().getValue()-1];也是对的。可是,这边抛出NullPointerException异常。求大神解救
解决方案
解决方案二:
你确定udaStart,udaParaMap不为空
时间: 2024-10-11 16:49:21