doum
2025-10-27 cd3549d4751ca6cf685e03bf2700b0a40662159b
server/visits/admin_timer/src/main/java/com/doumee/api/PlatformJobController.java
@@ -87,6 +87,7 @@
            platformJobService.autoCallInParkCar(wmsService);
            log.error("========月台自动叫号============完成"+System.currentTimeMillis()+"");
        }catch (Exception e){
            e.printStackTrace();
            log.error("========月台自动叫号============异常"+System.currentTimeMillis()+e.getMessage());
        }finally {
            Constants.IS_AUTOCALL_WORKING =false;