tx-lcn
tx-lcn copied to clipboard
源码不太严谨,建议修改。
com.codingapi.txlcn.tc.core.transaction.txc.analy.PrimaryKeyListVisitor
这个类中 59 行
Object expression = ((Expression)expressions.get(i)).getASTNode().jjtGetValue();
这个方法,没有判空,可想而知,如果我一张表中没有数据 那就是 null.xxx
NullPointException
--- 望采纳。