Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/0acf0051825ea6c27ad7f3ce1f7231596a210904?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -115,7 +115,7 @@ public class HomeController {
queryWrapper . eq ( SysColumn : : getColumnType , SPECIAL_COLUMN_TYPE ) ;
queryWrapper . eq ( SysColumn : : getColumnGrade , COLUMN_GRADE ) ;
queryWrapper . eq ( SysColumn : : getStatus , STATUS ) ;
queryWrapper . last ( "limit 1 0 ") ;
queryWrapper . last ( "limit 1 2 ") ;
queryWrapper . orderByAsc ( SysColumn : : getOrderNum ) ;
List < SysColumn > specialColumns = columnService . list ( queryWrapper ) ;
mmap . put ( "specialColumns" , specialColumns ) ;
@ -181,7 +181,7 @@ public class HomeController {
queryWrapper . eq ( SysColumn : : getColumnType , SPECIAL_COLUMN_TYPE ) ;
queryWrapper . eq ( SysColumn : : getColumnGrade , COLUMN_GRADE ) ;
queryWrapper . eq ( SysColumn : : getStatus , STATUS ) ;
queryWrapper . last ( "limit 1 0 ") ;
queryWrapper . last ( "limit 1 2 ") ;
queryWrapper . orderByAsc ( SysColumn : : getOrderNum ) ;
List < SysColumn > specialColumns = columnService . list ( queryWrapper ) ;
mmap . put ( "specialColumns" , specialColumns ) ;