kipshi opened a new issue #2471:
URL: https://github.com/apache/incubator-inlong/issues/2471


   ### What happened
   
   SourceDbDetailEntityMapper.selectDetailExist throw exception like this:
   ERROR o.a.i.m.web.config.ControllerExceptionHanlder:124 - Failed to handle 
request on path:/api/inlong/manager/datasource/db/saveDetail, user:admin
   org.mybatis.spring.MyBatisSystemException: nested exception is 
org.apache.ibatis.binding.BindingException: Parameter 'groupId' not found. 
Available parameters are [arg3, arg2, arg1, arg0, param3, param4, param1, 
param2]
   
   ### What you expected to happen
   
   Mybatis require @Param  to describe param name which is used
   
   ### How to reproduce
   
   Just invoke api method  api/inlong/manager/datasource/db/saveDetail ,you 
will find the error
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to