提示500的錯(cuò)誤,不是跨域問(wèn)題
跳轉(zhuǎn)都可以,但是下單仍然是失敗
前端顯示: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的時(shí)候 sequenceDO里面的currentValue變成1了,但是不插入到數(shù)據(jù)庫(kù)里面,
后面的變量也沒(méi)有任何錯(cuò)誤。。。
2020-09-16
怎么解決的???
2020-09-07
之前為了調(diào)試找錯(cuò)誤,把BaseContorller的繼承去掉了。? 然后沒(méi)登錄,那個(gè)errCode不一樣了。。。