跳转都可以,但是下单仍然是失败
前端显示:error":"Internal Server Error","message":"","path":"/order/createorder"
后端显示:
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.aaron.quicksell.erro.BusinessException] with root cause
com.aaron.quicksell.erro.BusinessException: null
自己debug的时候 sequenceDO里面的currentValue变成1了,但是不插入到数据库里面,
后面的变量也没有任何错误。。。
怎么解决的啊?
之前为了调试找错误,把BaseContorller的继承去掉了。 然后没登录,那个errCode不一样了。。。