MrShi
2025-11-06 7096cb874048a0031e3209449c9f3013ef5f3d79
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;