|
@@ -33,7 +33,7 @@ public class CrowdProjectVO {
|
|
|
private String file;
|
|
|
private Long resource;
|
|
|
private Map<String, String> location;
|
|
|
- private Long institution;
|
|
|
+ private String institution;
|
|
|
private Timestamp datetime;
|
|
|
private Double price;
|
|
|
private Double budget;
|
|
@@ -53,7 +53,6 @@ public class CrowdProjectVO {
|
|
|
this.location = new HashMap<>();
|
|
|
this.location.put("provinceCode", project.getDistributionProvince());
|
|
|
this.location.put("cityCode", project.getDistributionCity());
|
|
|
- this.institution = project.getRegionalManagerId();
|
|
|
this.datetime = project.getDeadTime();
|
|
|
this.budget = project.getQuotedPrice();
|
|
|
this.price = project.getFixedPrice();
|