mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 图片上传
This commit is contained in:
@@ -129,6 +129,10 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
// vo.setOrganizationCode(pileStationInfo.getor);
|
||||
vo.setPublicFlag(pileStationInfo.getPublicFlag());
|
||||
vo.setOpenFlag(pileStationInfo.getOpenFlag());
|
||||
if (StringUtils.isNotBlank(pileStationInfo.getPictures())) {
|
||||
vo.setPictures(pileStationInfo.getPictures());
|
||||
vo.setPictureList(Lists.newArrayList(pileStationInfo.getPictures().split(",")));
|
||||
}
|
||||
}
|
||||
return vo;
|
||||
}
|
||||
|
||||
@@ -142,6 +142,8 @@ public class PileStationVO {
|
||||
*/
|
||||
private String pictures;
|
||||
|
||||
private List<String> pictureList;
|
||||
|
||||
/**
|
||||
* 电费
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user