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/44ae25719f14ff3fc9e57749b582a582a8606b29?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
0 deletions
@ -3,6 +3,7 @@ package com.hyp.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper ;
import com.baomidou.mybatisplus.core.mapper.BaseMapper ;
import com.hyp.system.domain.RewFileRelation ;
import com.hyp.system.domain.RewFileRelation ;
import org.apache.ibatis.annotations.Mapper ;
/ * *
/ * *
* @author 13560
* @author 13560
@ -10,6 +11,7 @@ import com.hyp.system.domain.RewFileRelation;
* @createDate 2024 - 04 - 11 0 9 : 17 : 57
* @createDate 2024 - 04 - 11 0 9 : 17 : 57
* @Entity generator . domain . RewFileRelation
* @Entity generator . domain . RewFileRelation
* /
* /
@Mapper
public interface RewFileRelationMapper extends BaseMapper < RewFileRelation > {
public interface RewFileRelationMapper extends BaseMapper < RewFileRelation > {
}
}
@ -3,6 +3,7 @@ package com.hyp.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper ;
import com.baomidou.mybatisplus.core.mapper.BaseMapper ;
import com.hyp.system.domain.RewScoreInfo ;
import com.hyp.system.domain.RewScoreInfo ;
import org.apache.ibatis.annotations.Mapper ;
/ * *
/ * *
* @author wangxy
* @author wangxy
@ -10,6 +11,7 @@ import com.hyp.system.domain.RewScoreInfo;
* @createDate 2024 - 04 - 11 0 9 : 20 : 53
* @createDate 2024 - 04 - 11 0 9 : 20 : 53
* @Entity generator . domain . RewScoreInfo
* @Entity generator . domain . RewScoreInfo
* /
* /
@Mapper
public interface RewScoreInfoMapper extends BaseMapper < RewScoreInfo > {
public interface RewScoreInfoMapper extends BaseMapper < RewScoreInfo > {
}
}