Commit 595b308a authored by 赵啸非's avatar 赵啸非

更新评价统计计算

parent 68c38bc1
...@@ -21,7 +21,7 @@ import java.util.Date; ...@@ -21,7 +21,7 @@ import java.util.Date;
public class DeclareVo extends BaseEntityLong { public class DeclareVo extends BaseEntityLong {
/** 主键ID,主键,自增长列表 */ /** 主键ID,主键,自增长列表 */
private List <Long> idList; private transient List <Long> idList;
private List<DeclareFinImagesEntity> declareFinImagesList=new ArrayList<>(); private List<DeclareFinImagesEntity> declareFinImagesList=new ArrayList<>();
...@@ -30,12 +30,12 @@ public class DeclareVo extends BaseEntityLong { ...@@ -30,12 +30,12 @@ public class DeclareVo extends BaseEntityLong {
private List<EvaluationInfoEntity> evaluationInfoList=new ArrayList<>(); private List<EvaluationInfoEntity> evaluationInfoList=new ArrayList<>();
/** 开始 创建时间 */ /** 开始 创建时间 */
private String createTimeStart; private transient String createTimeStart;
/** 结束 创建时间 */ /** 结束 创建时间 */
private String createTimeEnd; private transient String createTimeEnd;
private String phone; private transient String phone;
/** /**
* 代办人idList * 代办人idList
......
...@@ -19,8 +19,8 @@ Content-Type: application/json ...@@ -19,8 +19,8 @@ Content-Type: application/json
{ {
"page": 1, "page": 1,
"size": 10, "size": 10
"declareStatus": 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment