|
|
@@ -79,7 +79,7 @@ public class XinxizhongxinServiceImpl implements XinxizhongxinService {
|
|
|
if (CollUtil.isNotEmpty(errorNumList)) {
|
|
|
StringBuffer sb = new StringBuffer("以下场景不存在或错误:");
|
|
|
errorNumList.stream().forEach(v -> sb.append(v).append("、"));
|
|
|
- throw new BusinessException(ErrorCode.SYSTEM_ERROR.code(), sb.toString());
|
|
|
+ throw new BusinessException(ErrorCode.SYSTEM_ERROR.code(), sb.substring(sb.length() -2));
|
|
|
}
|
|
|
|
|
|
list.stream().forEach(v -> {
|