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
Check that the appropriate return type is specified by the annotation type of the Dao method.
Example: For @update and @insert, the return value must be of type int.