fix: 获取拆分数据检验提示语
This commit is contained in:
+1
-1
@@ -1242,7 +1242,7 @@ public class ProcessStandardComplianceCheckServiceImpl extends ServiceImpl<Proce
|
||||
errorMsgs = this.validationSplitList(splitExcelVOList);
|
||||
if (!errorMsgs.isEmpty()) {
|
||||
String errorMsg = "<br>" + String.join("<br>", errorMsgs);
|
||||
throw new JeroBootException(ResultCommon.MODEL_IMPORT_DATA_ERROR, errorMsg);
|
||||
throw new JeroBootException(ResultCommon.SPLIT_IMPORT_DATA_ERROR, errorMsg);
|
||||
}
|
||||
List<ProcessStandardComplianceCheckDetail> result = BeanCopyUtils.copyBeanList(splitExcelVOList, ProcessStandardComplianceCheckDetail.class);
|
||||
result.parallelStream().forEach(detail -> detail.setCheckId(sccId));
|
||||
|
||||
Reference in New Issue
Block a user