Browse Source

1.新增零担运单标签打印信息查询

dev
zhenghaoyu 1 month ago
parent
commit
e2e63276ed
  1. 1
      blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderServiceImpl.java

1
blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderServiceImpl.java

@ -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());

Loading…
Cancel
Save