代码生成路径调整

This commit is contained in:
RuoYi
2018-10-10 21:56:19 +08:00
parent 4ac96a8348
commit b5e8432e2f
32 changed files with 45 additions and 47 deletions

View File

@ -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"));
}
/**