inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/ReportVo.java
@@ -37,6 +37,10 @@ @JsonSerialize private String conclusion; @ApiModelProperty(value = "检验类型") @JsonSerialize private int type; @ApiModelProperty(value = "审批状态 0:待提交 1:待审核;2:已通过 3:不通过") @JsonSerialize private Integer status; sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
@@ -93,7 +93,7 @@ //throw new AuthException("400","无权限"); } }else { throw new AuthException("401","登陆过期"); // throw new AuthException("401","登陆过期"); } }