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/31160c4df0401ddff13871be338b1ff6e30115ed You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge remote-tracking branch 'origin/new-exam' into new-exam

pg_adapter
dshclm 6 months ago
commit 31160c4df0

@ -30,13 +30,13 @@ public class TdCheckReport implements Serializable {
/**
*
*/
@Excel(name = "报告人员")
@Excel(name = "检查人员")
private String adduser;
/**
*
*/
@Excel(name = "报告人单位")
@Excel(name = "检查单位")
private String depart;
/**
@ -77,7 +77,6 @@ public class TdCheckReport implements Serializable {
/**
*
*/
@Excel(name = "检查人名")
private String checkName;
/**

Loading…
Cancel
Save