Authored by caoyan

自助尺码

@@ -1757,7 +1757,7 @@ public class ProductServiceImpl implements ProductService { @@ -1757,7 +1757,7 @@ public class ProductServiceImpl implements ProductService {
1757 } 1757 }
1758 1758
1759 if(!CollectionUtils.isEmpty(warnSizeNameList)) { 1759 if(!CollectionUtils.isEmpty(warnSizeNameList)) {
1760 - throw new ServiceException(506, "你的提交的添加尺码申请中,尺码:" + String.join(",", warnSizeNameList) + "信息已存在,请刷页面重新选择"); 1760 + throw new ServiceException(506, "你的提交的添加尺码申请中,尺码:" + String.join("", warnSizeNameList) + "信息已存在,请刷页面重新选择");
1761 } 1761 }
1762 1762
1763 if(!CollectionUtils.isEmpty(needAddRecordList)) { 1763 if(!CollectionUtils.isEmpty(needAddRecordList)) {