|
|
@@ -402,6 +402,9 @@ public class ZrzysiteCommonServiceImpl implements IZrzysiteCommonService {
|
|
|
|
|
|
for (ZrzysiteAttachment attachment : zrzysiteAttachmentList) {
|
|
|
String url = attachment.getAttachment();
|
|
|
+ if(StringUtils.isBlank(url)){ //这里避免空值造成数据无法传输
|
|
|
+ continue;
|
|
|
+ }
|
|
|
String directoryName = attachment.getClmc();
|
|
|
String fileName = attachment.getFjmc();
|
|
|
// //子目录存在先删除
|