|
|
|
@ -257,6 +257,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService {
|
|
|
|
|
|
|
|
|
|
map.put("waybillNo",waybillNo); |
|
|
|
|
map.put("orderNo",waybillEntity.getOrderNo()); |
|
|
|
|
map.put("createDate",CommonUtil.dateToStringGeneral(waybillEntity.getCreateTime())); |
|
|
|
|
map.put("departureWarehouseName",waybillEntity.getDepartureWarehouseName()); |
|
|
|
|
map.put("destinationWarehouseName",waybillEntity.getDestinationWarehouseName()); |
|
|
|
|
map.put("destination",waybillEntity.getDestination()); |
|
|
|
|