fanli/src/main/java/com/yeshi/fanli/service/impl/dynamic/GoodsEvaluateServiceImpl.java
@@ -259,10 +259,10 @@ String picLink = pics[i]; if (fileRequest != null) { MultipartFile file = fileRequest.getFile("file" + i); if (file == null) { continue; if (file != null) { picLink = uploadPicture(file); } picLink = uploadPicture(file); } if (picLink.startsWith("http")) { listpic.add(picLink); @@ -573,7 +573,7 @@ } commentInfo.setContent(content); commentInfo.setType(CommentInfoEnum.goodsCoupon); comments.add(currencyCoupon); comments.add(commentInfo); } if (currencyCoupon != null) {