Your named query is expecting a parameter id
but you are supplying a parameter Customer_ID
. Your dictionary of parameters should be {'id': id}
.
2 Likes
Your named query is expecting a parameter id
but you are supplying a parameter Customer_ID
. Your dictionary of parameters should be {'id': id}
.