screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationFindVo.java
@@ -38,6 +38,8 @@ @ApiModelProperty(value = "整改类型id") private Integer changeType; @ApiModelProperty(value = "污染位置") private String pollutePosition; @ApiModelProperty(value = "期限天数") private Integer changeDay; @@ -63,6 +65,9 @@ @ApiModelProperty(value = "能否审批") private Integer isApprove; @ApiModelProperty(value = "状态名字") private String stateName; public Integer getResidueDay() { int day = this.changeDay; if(AllocationApproveEnum.UNDER_RECTIFICATION.value.equals(state)){