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/9164acf7bedde863c7059a722afa7c6cf5052444?style=split&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
@ -313,13 +313,13 @@ public class HomeController {
/ * Integer total = operLogService . selectOperToatl ( Constants . WEBSITE_ACCESS ) ;
/ * Integer total = operLogService . selectOperToatl ( Constants . WEBSITE_ACCESS ) ;
mmap . put ( "total" , total ) ; * /
mmap . put ( "total" , total ) ; * /
//专题活动对应的栏目
//专题活动对应的栏目
List < SysColumn > specialColumns = columnService . lambdaQuery ( )
/ * List < SysColumn > specialColumns = columnService . lambdaQuery ( )
. eq ( SysColumn : : getColumnType , SPECIAL_COLUMN_TYPE )
. eq ( SysColumn : : getColumnType , SPECIAL_COLUMN_TYPE )
. eq ( SysColumn : : getColumnGrade , COLUMN_GRADE )
. eq ( SysColumn : : getColumnGrade , COLUMN_GRADE )
. eq ( SysColumn : : getStatus , STATUS )
. eq ( SysColumn : : getStatus , STATUS )
. orderByAsc ( SysColumn : : getOrderNum )
. orderByAsc ( SysColumn : : getOrderNum )
. list ( ) ;
. list ( ) ;
mmap . put ( "specialColumns" , specialColumns ) ;
mmap . put ( "specialColumns" , specialColumns ) ; * /
mmap . put ( "columnId" , columnId ) ;
mmap . put ( "columnId" , columnId ) ;