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/a363bf09fcfd0f65502edd0b108647effb8bfa22?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
3 deletions
@ -21,7 +21,7 @@ public class TdCheck extends BaseEntity
private Long checkId ;
private Long checkId ;
/** 人员 */
/** 人员 */
@Excel ( name = " 人员")
@Excel ( name = " 报告 人员")
private String adduser ;
private String adduser ;
/** 单位 */
/** 单位 */
@ -43,7 +43,7 @@ public class TdCheck extends BaseEntity
private Date checkEndTime ;
private Date checkEndTime ;
/** 检查类型( 0.自检 1.保密局检查) */
/** 检查类型( 0.自检 1.保密局检查) */
@Excel ( name = "检查类型" , readConverterExp = "0= . 自检,1=. 保密局检查")
@Excel ( name = "检查类型" , readConverterExp = "0= 自检,1=保密局检查")
private String checkType ;
private String checkType ;
/** 检查内容 */
/** 检查内容 */
@ -71,7 +71,7 @@ public class TdCheck extends BaseEntity
private String framework ;
private String framework ;
/** 检查状态 */
/** 检查状态 */
@Excel ( name = "检查状态" )
@Excel ( name = "检查状态" , readConverterExp = "0=通过,1=未通过,2=待检查" )
private String checkState ;
private String checkState ;
/** 名 */
/** 名 */