问答详情
源自:5-4 交易模型管理--交易下单03

提示500的错误,不是跨域问题

跳转都可以,但是下单仍然是失败

前端显示: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了,但是不插入到数据库里面,

后面的变量也没有任何错误。。。

提问者:慕妹3325488 2020-09-07 16:58

个回答

  • qq_慕粉2560112
    2020-09-16 16:24:34

    怎么解决的啊?

  • 慕妹3325488
    2020-09-07 17:26:03

    之前为了调试找错误,把BaseContorller的继承去掉了。  然后没登录,那个errCode不一样了。。。