springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActSignExcelVO.java
@@ -36,7 +36,7 @@ private String tags; @ExcelProperty(value = "报名状态",index = 5) private Integer status; private String status; @ExcelProperty(value = "取消原因", index = 6) private String reason; @@ -51,10 +51,9 @@ @ExcelIgnore private Integer limit; public void setCondition(String condition) { public void generateCondition() { if(this.times!=null&&this.limit!=null){ this.condition = "("+times+"/"+limit+")"; this.condition = "("+times+"/"+ (limit.equals(-1) ? "无限" : limit) +")"; } } }