md
This commit is contained in:
parent
4a3532eee8
commit
6d82bb4be1
@ -1917,8 +1917,8 @@ public class EmisBaseService {
|
|||||||
extData.put("volumeWeight",waybill.getVolumeWeight());
|
extData.put("volumeWeight",waybill.getVolumeWeight());
|
||||||
extData.put("settlementWeight",waybill.getSettlementWeight());
|
extData.put("settlementWeight",waybill.getSettlementWeight());
|
||||||
|
|
||||||
extData.put("takePieceEmployeeName",waybill.getTakePieceEmployeeName());
|
extData.put("takePieceEmployeeName",WaybillHelper.removeUnSeeChar(waybill.getTakePieceEmployeeName()));
|
||||||
extData.put("operateEmployeeName",waybill.getOperateEmployeeName());
|
extData.put("operateEmployeeName",WaybillHelper.removeUnSeeChar(waybill.getOperateEmployeeName()));
|
||||||
|
|
||||||
order.put("extData",extData.toJSONString());
|
order.put("extData",extData.toJSONString());
|
||||||
order.put("qrCodeText",extData.toJSONString());
|
order.put("qrCodeText",extData.toJSONString());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user