|
|
|
@@ -227,8 +227,12 @@ import java.util.stream.Collectors; |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(record.getCoverPicture())) { |
|
|
|
List<String> strList = new ArrayList<String>(); |
|
|
|
strList.add(record.getCoverImg()); |
|
|
|
record.setCoverPicture(JSONArray.toJSONString(strList)); |
|
|
|
if (StringUtils.isNotBlank(record.getCoverImg())) { |
|
|
|
strList.add(record.getCoverImg()); |
|
|
|
} |
|
|
|
if (strList.size() > 1) { |
|
|
|
record.setCoverPicture(JSONArray.toJSONString(strList)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (record.getValidType() != null) { |
|
|
|
|