Optional int parameter 'id' is present but cannot be translated into a null value due to being decla
遇到这个错误就是把参数int 改成Integer
Optional int parameter 'id' is present but cannot be translated into a null value due to being decla
遇到这个错误就是把参数int 改成Integer