浏览代码

科技需求发布返回字段修改

Michael 8 年之前
父节点
当前提交
9a4aaa68e0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/goafanti/demand/bo/DemandListBo.java

+ 0 - 1
src/main/java/com/goafanti/demand/bo/DemandListBo.java

@@ -224,7 +224,6 @@ public class DemandListBo {
 		this.status = status;
 	}
 
-	@JsonFormat(shape = Shape.STRING)
 	public Integer getReleaseStatus() {
 		return releaseStatus;
 	}