java.sql.SQLException: Parameter index out of range (2 > number of parameters, which is 1).

 java.sql.SQLException: Parameter index out of range (2 > number of parameters, which is 1),出现这种现像,主要是因为call Position_count_H_Basic_Info(?)调用这个存储过程,少了一个参数call Position_count_H_Basic_Info(?,?)

你可能感兴趣的:(java.sql.SQLException: Parameter index out of range (2 > number of parameters, which is 1).)