Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'

/*前后端分离的vue/

Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For input string: "export3"

目前,该错没有有解决,不是请求类型导致的

export3你去转换成数字,能行吗

这个问题解决了吗