Org. mybatis. Spring. mybatissystemexception: Nested exception isOrg. Apache. ibatis. reflection. reflectionexception: There is no getter for property named 'funcsetid' in 'class java. Lang. integer'
At org. mybatis. Spring. mybatisexceptiontranslator. translateexceptionifpossible (mybatisexceptiontranslator. Java: 73)
At org. mybatis. Spring. sqlsessiontemplate $ sqlsessioninterceptor. Invoke (sqlsessiontemplate. Java: 346)
At $ proxy6.selectlist (unknown source)
At org. mybatis. Spring. sqlsessiontemplate. selectlist (sqlsessiontemplate. Java: 189)
At org.apache.ibatis.binding.mappermethod.exe cuteforlist (mappermethod. Java: 85)
At org.apache.ibatis.binding.mappermethod.exe cute (mappermethod. Java: 65)
At org. Apache. ibatis. Binding. mapperproxy. Invoke (mapperproxy. Java: 38)
At $ proxy9.findexistaccount (unknown source)
At com. atsig. UAC. Service. functionservice. findexistaccount (functionservice. Java: 61)
At com. atsig. UAC. Test. uactest. Main (uactest. Java: 50)
Caused by: org. Apache. ibatis. reflection. reflectionexception: There is no getter for property named 'funcsetid' in 'class java. Lang. integer'
At org. Apache. ibatis. reflection. reflector. getgetinvoker (reflector. Java: 308)
At org. Apache. ibatis. reflection. metaclass. getgetinvoker (metaclass. Java: 93)
At org. Apache. ibatis. reflection. wrapper. beanwrapper. getbeanproperty (beanwrapper. Java: 131)
At org. Apache. ibatis. reflection. wrapper. beanwrapper. Get (beanwrapper. Java: 27)
At org. Apache. ibatis. reflection. metaobject. getvalue (metaobject. Java: 103)
At org. Apache. ibatis. Builder. xml. Dynamic. dynamiccontext $ contextmap. Get (dynamiccontext. Java: 70)
At org. Apache. ibatis. Builder. xml. Dynamic. dynamiccontext $ contextaccessor. getproperty (dynamiccontext. Java: 88)
At org. Apache. ibatis. ognl. ognlruntime. getproperty (ognlruntime. Java: 1529)
At org. Apache. ibatis. ognl. astproperty. getvaluebody (astproperty. Java: 84)
At org. Apache. ibatis. ognl. simplenode. evaluategetvaluebody (simplenode. Java: 175)
At org. Apache. ibatis. ognl. simplenode. getvalue (simplenode. Java: 213)
At org. Apache. ibatis. ognl. ognl. getvalue (ognl. Java: 314)
At org. Apache. ibatis. ognl. ognl. getvalue (ognl. Java: 394)
At org. Apache. ibatis. ognl. ognl. getvalue (ognl. Java: 435)
At org. Apache. ibatis. ognl. ognl. getvalue (ognl. Java: 414)
At org. Apache. ibatis. Builder. xml. Dynamic. textsqlnode $ bindingtokenparser. handletoken (textsqlnode. Java: 39)
At org. Apache. ibatis. parsing. generictokenparser. parse (generictokenparser. Java: 25)
At org. Apache. ibatis. Builder. xml. Dynamic. textsqlnode. Apply (textsqlnode. Java: 19)
At org. Apache. ibatis. Builder. xml. Dynamic. mixedsqlnode. Apply (mixedsqlnode. Java: 14)
At org. Apache. ibatis. Builder. xml. Dynamic. dynamicsqlsource. getboundsql (dynamicsqlsource. Java: 22)
At org. Apache. ibatis. Mapping. mappedstatement. getboundsql (mappedstatement. Java: 198)
At org.apache.ibatis.exe cutor. baseexecutor. createcachekey (baseexecutor. Java: 115)
At org.apache.ibatis.exe cutor. baseexecutor. Query (baseexecutor. Java: 90)
At org.apache.ibatis.exe cutor. cachingexecutor. Query (cachingexecutor. Java: 72)
At org. Apache. ibatis. session. defaults. defaultsqlsession. selectlist (defaultsqlsession. Java: 75)
At org. Apache. ibatis. session. defaults. defaultsqlsession. selectlist (defaultsqlsession. Java: 69)
At sun. Reflect. nativemethodaccessorimpl. invoke0 (native method)
At sun. Reflect. nativemethodaccessorimpl. Invoke (unknown source)
At sun. Reflect. delegatingmethodaccessorimpl. Invoke (unknown source)
At java. Lang. Reflect. method. Invoke (unknown source)
At org. mybatis. Spring. sqlsessiontemplate $ sqlsessioninterceptor. Invoke (sqlsessiontemplate. Java: 338)
... 8 more
Error cause: <select id = "findexistaccount" parametertype = "funcsetbean" resultmap = "accountbeanmap">
Select * From system_account where group_id =$ {funcsetid}
</SELECT>
The parameter (funcsetid) required for parametertype is integer.