Commit aa0d0e53 authored by chenzhao's avatar chenzhao

修改代码

parent 9c6b69e6
......@@ -32,5 +32,5 @@ public class JcSituationDetail extends BaseEntity {
@ApiModelProperty(value = "图片")
@TableField(exist = false)
private List<String> photoUrl;
private List<String> photos;
}
......@@ -153,7 +153,7 @@ public class PowerTransferCompanyResourcesServiceImpl extends BaseService<PowerT
String photoUrls = content[1];
List<String> photos = Arrays.asList(photoUrls);
e.setInfo(info);
e.setPhotoUrl(photos);
e.setPhotos(photos);
}
});
return list;
......
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