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/48fb8ced838a720bb8ecc236814c0abba7506971?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
0 deletions
@ -137,6 +137,9 @@ public class ColumnTreeController extends BaseController {
sysSpecialVo . setColumnId ( column . getColumnId ( ) ) ;
sysSpecialVo . setColumnId ( column . getColumnId ( ) ) ;
sysSpecialVo . setColumnName ( column . getColumnName ( ) ) ;
sysSpecialVo . setColumnName ( column . getColumnName ( ) ) ;
List < SysSpecial > specialList = specialService . lambdaQuery ( )
List < SysSpecial > specialList = specialService . lambdaQuery ( )
. select ( SysSpecial : : getSpecialId , SysSpecial : : getSpecialTitle ,
SysSpecial : : getFileUrl , SysSpecial : : getFileName , SysSpecial : : getColumnId ,
SysSpecial : : getCreateTime , SysSpecial : : getColumnName , SysSpecial : : getCreateBy )
. eq ( SysSpecial : : getColumnId , column . getColumnId ( ) )
. eq ( SysSpecial : : getColumnId , column . getColumnId ( ) )
. eq ( SysSpecial : : getStatus , STATUS )
. eq ( SysSpecial : : getStatus , STATUS )
. orderByDesc ( SysSpecial : : getCreateTime )
. orderByDesc ( SysSpecial : : getCreateTime )