Commit 0a137cb1 by ping.wu

外卖单支付成功返回订单状态描述修改

parent 8a0c4ab6
...@@ -1872,7 +1872,7 @@ public class OrderAdapter { ...@@ -1872,7 +1872,7 @@ public class OrderAdapter {
orderViewStatusDto.setRiderName("处理中"); orderViewStatusDto.setRiderName("处理中");
} }
orderViewStatusDto.setOrderStatus(OrderStatus.TAKE_ORDER.getCode()); orderViewStatusDto.setOrderStatus(OrderStatus.TAKE_ORDER.getCode());
orderViewStatusDto.setOrderStatusDesc(conventProduceString(orderBean)); orderViewStatusDto.setOrderStatusDesc(conventCreateOrderString(orderBean));
orderViewStatusDto.setOrderStatusDescEn(OrderStatus.TAKE_ORDER.getDescEn()); orderViewStatusDto.setOrderStatusDescEn(OrderStatus.TAKE_ORDER.getDescEn());
orderViewStatusDto.setOrderStatusDescText("请稍等片刻,美味即将到达哦~"); orderViewStatusDto.setOrderStatusDescText("请稍等片刻,美味即将到达哦~");
orderViewStatusDto.setButtonContactPartner(true); orderViewStatusDto.setButtonContactPartner(true);
......
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