Browse Source

打印机sn编号映射日志

donglang 1 week ago
parent
commit
d6a02d65b3

+ 1 - 0
iot-platform-manager/src/main/java/com/platform/service/XpCloudPrintService.java

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