自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
9 天以前 e6d4a37ecf7ba93a68915a4113c079965cfe444f
src/main/java/com/zy/common/properties/SystemProperties.java
@@ -15,7 +15,8 @@
    public static final String SALT = "123456789qwertyu";
    // 系统激活状态 (默认未激活)
    public static boolean SYSTEM_ACTIVATION = Boolean.FALSE;
//    public static boolean SYSTEM_ACTIVATION = Boolean.FALSE;
    public static boolean SYSTEM_ACTIVATION = Boolean.TRUE;
    public static String getActivationCode(String fileName){
        StringBuilder activationCode = new StringBuilder();