NullPointException , 用this取值的时候空值
// ?把长度设进属性里面
?
this.setIvrLength(loginInfo.getEnterpriseInfo().getIvrPinRange());
//但取得时候却是空值...
this.getIvrLength()
经debug 两个对象不是同一对象。