md
This commit is contained in:
parent
fc8e0fc04e
commit
6be2285708
@ -186,6 +186,7 @@ public class EmisBaseService {
|
||||
Map<String,Object> order = new HashMap<>();
|
||||
order.put("orderSn", waybill.getOrderSn());
|
||||
order.put("ydSn", billCode);
|
||||
order.put("logisticNo", billCode);
|
||||
order.put("kdgs", "TANEX");
|
||||
order.put("pdfInfo", waybill.getThirdCode());
|
||||
|
||||
@ -224,9 +225,9 @@ public class EmisBaseService {
|
||||
order.put("goodsInfo", waybill.getGoodsInfo());
|
||||
order.put("remark", waybill.getRemark());
|
||||
|
||||
order.put("parcelQty", waybill.getParcelQty());
|
||||
order.put("billWeight", waybill.getBillWeight());
|
||||
order.put("totalVolume", waybill.getTotalVolume());
|
||||
order.put("parcelQty", waybill.getParcelQty().toString());
|
||||
order.put("billWeight", waybill.getBillWeight().toString());
|
||||
order.put("totalVolume", waybill.getTotalVolume().toString());
|
||||
order.put("packType", DictUtils.getDictLabel("emis_tab_packing_type",waybill.getPackType()) );
|
||||
order.put("paymentType", DictUtils.getDictLabel("emis_payment_type",waybill.getPaymentType()));
|
||||
order.put("printDay", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,new Date()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user