|
@@ -414,10 +414,10 @@ public class GoodsController {
|
|
|
// 如果是文件夹,就创建个文件夹
|
|
|
}
|
|
|
if(null==entryList){
|
|
|
- throw new ImgException("文件夹内无图片信息,请检查后重试");
|
|
|
+ throw new RRException("文件夹内无图片信息,请检查后重试");
|
|
|
}
|
|
|
if(entryList.size()>30){
|
|
|
- throw new ImgException("最多上传30张图片");
|
|
|
+ throw new RRException("最多上传30张图片");
|
|
|
}
|
|
|
try {
|
|
|
for(ZipEntry entry : entryList){
|