mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 01:46:47 +08:00
提交标题限制
This commit is contained in:
@@ -38,11 +38,9 @@ public class CasesRecommendLaunchImportServiceImpl implements ICasesRecommendLau
|
||||
if (CollectionUtil.isEmpty(dataList) || dataList.size() < 1) {
|
||||
throw new RuntimeException("导入数据为空");
|
||||
}
|
||||
if (dataList.size() >= 1) {
|
||||
String caseTitle = dataList.get(0).get(0).toString();
|
||||
if (!"标题".equals(caseTitle.trim())) {
|
||||
throw new RuntimeException("导入模版错误");
|
||||
}
|
||||
String caseTitle = dataList.get(0).get(0).toString();
|
||||
if (!"标题".equals(caseTitle.trim())) {
|
||||
throw new RuntimeException("导入模版错误");
|
||||
}
|
||||
int totalNum = dataList.size() - 1;
|
||||
int successNum = 0;
|
||||
|
||||
Reference in New Issue
Block a user