Request processing failed; nested exception is com.alibaba.fastjson.JSONException: can not cast to J

Request processing failed; nested exception is com.alibaba.fastjson.JSONException: can not cast to JSONObject.
The probability is that the string is not in json format, resulting in JSONObject map = JSON.parseObject(OrderBO.getTime());
Conversion Times Error
string time = “123123131”;

Read More: