优化申请异常订单

This commit is contained in:
yuyang 2021-12-07 15:54:28 +08:00
parent e1368bf800
commit 6174ec8167

View File

@ -385,8 +385,6 @@ public class XhpcPileOrderController extends BaseController {
map.put("userId", userId);
JSONObject json = new JSONObject(map);
webSocketService.getMessage(userId+"",json.toString());
}catch (Exception e){
e.printStackTrace();
return R.fail(500,"添加订单回调失败");