Commit e02932d5 by 徐康

配送操作异常信息输出

parent daa9f770
......@@ -99,7 +99,7 @@ public class OrderVerifyHandle {
}
//外卖订单不是接单不能送出
if (!OrderStatus.RECEIPT.getCode().equals(orderBean.getStatus())) {
return ResponseUtil.error(ResponseResult.DELIVERY_SEND_STATUS_NOTAKE, getOrderManagerResponse(orderBean));
return ResponseUtil.error(ResponseResult.DELIVERY_SEND_STATUS_NOTAKE, orderBean);
}
return ResponseUtil.success();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment