修正部门菜单排序字段无效

This commit is contained in:
RuoYi
2018-12-03 20:47:33 +08:00
parent d24481f9a5
commit 9d225fecb9
4 changed files with 5 additions and 2 deletions

View File

@ -86,7 +86,7 @@ public class Global
*/
public static String getVersion()
{
return StringUtils.nvl(getConfig("ruoyi.version"), "3.0.0");
return StringUtils.nvl(getConfig("ruoyi.version"), "3.1.0");
}
/**