|
@@ -486,7 +486,7 @@ public class GoodsController {
|
|
|
long end = System.currentTimeMillis();
|
|
|
System.out.println("解压完成,耗时:" + (end - start) +" ms");
|
|
|
}catch (RRException e) {
|
|
|
- throw new RRException("商品图片过大(最大1M),请检查!", e);
|
|
|
+ throw new RRException(e.getMessage(), e);
|
|
|
}catch (Exception e) {
|
|
|
throw new RuntimeException("unzip error from ZipUtils", e);
|
|
|
} finally {
|