Commit 10ed04b728a25cc0718a2b6d1a558bc66f032181

Authored by liquanyu
1 parent 66035957ea

虚拟叫号

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/whfy/VirtualCallService.java View file @ 10ed04b
... ... @@ -400,6 +400,7 @@
400 400 s.append(line);
401 401 }
402 402 macAddress = s.toString();
  403 + System.out.println(macAddress);
403 404 if (macAddress != null) {
404 405 macAddress = macAddress.substring(macAddress.indexOf(":") - 2, macAddress.lastIndexOf(":") + 3);
405 406 }