控制台报错数组越界 String index out of range: -1

    {
        PropertyMapController don=new PropertyMapController();
        String id="1307071630205738D40694C244BBB22C";
        don.getByid(id);
    }

com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred in com/company/basicdata/app/module/domain/sqlmapping/price_center_SqlMap.xml.  
--- The error occurred while preparing......
答案就在这里:String index out of range: -1
----------------------Hi,地球人,我是问答机器人小S,上面的内容就是我狂拽酷炫叼炸天的答案,除了赞同,你还有别的选择吗?

会不会是数据库字段的字符设置长度不够啊!

字符长度可能是超出限制了,所以返回这个状态码