*
lsh
2025-10-22 41e4860f065a13b00441deff45455b62d3787e2c
src/main/java/com/zy/asrs/controller/ConsoleController.java
@@ -76,14 +76,15 @@
            if (!systemSign){
                if (new LicenseVerify().verify()){
                    SystemProperties.WCS_RUNNING_STATUS.set(Boolean.TRUE);
                    return R.ok().add(Cools.add("status", SystemProperties.WCS_RUNNING_STATUS.get()));
                    return R.ok();
                }
            }
        } catch (Exception e){
            log.error("许可证验证失败!!异常:{}",e.getMessage());
            return R.error();
        }
        SystemProperties.WCS_RUNNING_STATUS.set(Boolean.FALSE);
        return R.ok().add(Cools.add("status", SystemProperties.WCS_RUNNING_STATUS.get()));
        return R.ok();
    }
    /****************************************************************/