Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/e55718fc3501c6494bbbef375670987f01488e12?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -106,7 +106,7 @@ public class ApplyInfoListManager {
RewApplyInfoList applyInfoList = applyInfoListService . getById ( applyInfoListSaveDTO . getApplyId ( ) ) ;
RewApplyInfoList applyInfoList = applyInfoListService . getById ( applyInfoListSaveDTO . getApplyId ( ) ) ;
if ( Objects . nonNull ( applyInfoList ) ) {
if ( Objects . nonNull ( applyInfoList ) ) {
applyInfoList . setAppTime ( new Date ( ) ) ;
applyInfoList . setAppTime ( new Date ( ) ) ;
applyInfoList . set Cre ateBy( loginUser . getUsername ( ) ) ;
applyInfoList . set Upd ateBy( loginUser . getUsername ( ) ) ;
applyInfoList . setIsReward ( applyInfoListSaveDTO . getIsReward ( ) ) ;
applyInfoList . setIsReward ( applyInfoListSaveDTO . getIsReward ( ) ) ;
applyInfoList . setApplyStatus ( ApplyStatusEnum . SUBMIT . getType ( ) ) ;
applyInfoList . setApplyStatus ( ApplyStatusEnum . SUBMIT . getType ( ) ) ;
}
}