|
@@ -174,6 +174,7 @@ public class XpCloudPrintService {
|
|
|
|
|
|
|
|
//获取打印机编号
|
|
//获取打印机编号
|
|
|
Long weighbridgeId = transportInfo.getWeighbridgeId();
|
|
Long weighbridgeId = transportInfo.getWeighbridgeId();
|
|
|
|
|
+ log.info("[地磅打印机映射]车辆过磅的地磅编号:{}",weighbridgeId);
|
|
|
//配置文件
|
|
//配置文件
|
|
|
Map<Long, String> map = xpCloudProperties.getWeighbridgeCodeMap();
|
|
Map<Long, String> map = xpCloudProperties.getWeighbridgeCodeMap();
|
|
|
reqVo.setSn(map.get(weighbridgeId));
|
|
reqVo.setSn(map.get(weighbridgeId));
|