代码生成路径调整
This commit is contained in:
@ -102,8 +102,7 @@ public class Global
|
||||
*/
|
||||
public static Boolean isAddressEnabled()
|
||||
{
|
||||
String value = getConfig("ruoyi.addressEnabled");
|
||||
return Boolean.TRUE.equals(value);
|
||||
return Boolean.valueOf(getConfig("ruoyi.addressEnabled"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user