Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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)) { |
-
Please register or login to post a comment