你写的就是错误的
     select * 
    from i_address 
    where id = #addID# and name=#na# 
这句SQL里需要有两个参数,而你传入的参数呢?仅有一个parameterClass="int"
还没有指定,绝对会报错的