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/60bd0daa3bb1f60d851ede7e0d84636de51451cb?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:查询人员记录提交

pg_adapter
wangxy 8 months ago
parent 83a1625818
commit 60bd0daa3b

@ -19,10 +19,10 @@ import java.util.List;
@Data @Data
public class UserRecordDTO { public class UserRecordDTO {
@ApiModelProperty(value = "变更前人员信息") @ApiModelProperty(value = "修改前人员信息")
private List<SysUserBefore> userBeforeList; private List<SysUserBefore> userBeforeList;
@ApiModelProperty(value = "变更后人员信息") @ApiModelProperty(value = "修改后人员信息")
private List<SysUserAfter> userAfterList; private List<SysUserAfter> userAfterList;

Loading…
Cancel
Save