Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/191bcb228e2ae13553a62936fb76979c36c12c81?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
4 deletions
@ -31,7 +31,7 @@ public class ElQu implements Serializable {
/ * *
/ * *
* 1 普 通 , 2 较 难
* 1 普 通 , 2 较 难
* /
* /
private Integer level ;
private Integer level s ;
/ * *
/ * *
* 题 目 图 片
* 题 目 图 片
@ -33,7 +33,7 @@ public class QuDTO implements Serializable {
@ApiModelProperty ( value = "1普通,2较难" )
@ApiModelProperty ( value = "1普通,2较难" )
@NotNull ( message = "难度等级不能为空" )
@NotNull ( message = "难度等级不能为空" )
private Integer level ;
private Integer level s ;
@ApiModelProperty ( value = "题目图片" )
@ApiModelProperty ( value = "题目图片" )
private String image ;
private String image ;
@ -7,7 +7,7 @@
<resultMap id= "BaseResultMap" type= "com.ruoyi.system.domain.qu.ElQu" >
<resultMap id= "BaseResultMap" type= "com.ruoyi.system.domain.qu.ElQu" >
<id property= "id" column= "id" jdbcType= "VARCHAR" />
<id property= "id" column= "id" jdbcType= "VARCHAR" />
<result property= "quType" column= "qu_type" jdbcType= "INTEGER" />
<result property= "quType" column= "qu_type" jdbcType= "INTEGER" />
<result property= "level " column= "level " jdbcType= "INTEGER" />
<result property= "level s " column= "level s " jdbcType= "INTEGER" />
<result property= "image" column= "image" jdbcType= "VARCHAR" />
<result property= "image" column= "image" jdbcType= "VARCHAR" />
<result property= "content" column= "content" jdbcType= "VARCHAR" />
<result property= "content" column= "content" jdbcType= "VARCHAR" />
<result property= "createTime" column= "create_time" jdbcType= "TIMESTAMP" />
<result property= "createTime" column= "create_time" jdbcType= "TIMESTAMP" />
@ -17,7 +17,7 @@
</resultMap>
</resultMap>
<sql id= "Base_Column_List" >
<sql id= "Base_Column_List" >
id,qu_type,level,
id,qu_type,levels ,
image,content,create_time,
image,content,create_time,
update_time,remark,analysis
update_time,remark,analysis
</sql>
</sql>