doum
2025-10-22 cb221a76856b945b4501b6628cebe1815303f2f3
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;