You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectcollectDoesCauseError(Employee <errordescr="There are unused parameters in the SQL [employee]">employee</error>,StringsearchName,Collector<Project, ?, Project> <errordescr="There are unused parameters in the SQL [collector]">collector</error>);
-- Check BindVariable Definition In Function Parameters
2
+
SELECT
3
+
e.employee_id
4
+
, u.user_id
5
+
, u.user_name
6
+
FROM user u
7
+
WHEREp.employee_id=/* employee.employeeParam(employee.<error descr="The field or method [dist] does not exist in the class [Employee]">dist</error>, employee.employeeId) */0
8
+
andp.base_rank=/* employee.employeeParam(user.userId, <error descr="The bind variable [count] does not exist in the Dao method [bindVariableInFunctionParameters]">count</error>) */0
0 commit comments