Commit 6fa48ed0 by 邓杰

合并

parent d2377b22
......@@ -1201,6 +1201,7 @@ public class OrderAdapter {
if (ordersBean.getDeliverStatus() != null) {
responseVo.setHasThirdDelivery(true);
}
responseVo.setDeliveryStatus(ordersBean.getDeliverStatus());
responseVo.setQueueIndex(ordersBean.getQueueIndex());
responseVo.setButtonRefund(orderViewStatusDto.getButtonRefund());
responseVo.setButtonContactPartner(orderViewStatusDto.getButtonContactPartner());
......
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