Commit 2c5f4ba4 by 徐康

预约单

parent 7cb99027
...@@ -2911,7 +2911,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService { ...@@ -2911,7 +2911,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
orderFoe.setPickupCode(orderInfoReqs.getPickUpGoodsNo()); orderFoe.setPickupCode(orderInfoReqs.getPickUpGoodsNo());
orderFoe.setStatus("20"); orderFoe.setStatus("20");
orderFoe.setFoeType("1"); orderFoe.setFoeType("1");
orderFoe.setCreatedDate(DateUtil.convert2String(new Date(Long.valueOf(orderInfoReqs.getAcceptTime())), "yyyy-MM-dd HH:mm:ss")); orderFoe.setCreatedDate(DateUtil.convert2String(new Date(Long.valueOf(orderInfoReqs.getCreateTime())), "yyyy-MM-dd HH:mm:ss"));
orderFoeList.add(orderFoe); orderFoeList.add(orderFoe);
if(NewOrderStatus.CLOSED.getIndex().equals(orderInfoReqs.getOrderState()) && CollectionUtils.isNotEmpty(orderInfoReqs.getAfterSalesOrderList())) { if(NewOrderStatus.CLOSED.getIndex().equals(orderInfoReqs.getOrderState()) && CollectionUtils.isNotEmpty(orderInfoReqs.getAfterSalesOrderList())) {
McCafePushOrderDto.OrderFoe afterSaleOrderFoe = new McCafePushOrderDto.OrderFoe(); McCafePushOrderDto.OrderFoe afterSaleOrderFoe = new McCafePushOrderDto.OrderFoe();
......
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