|
@@ -387,11 +387,11 @@ public class ApsReportRecordsServiceImpl extends ServiceImpl<ApsReportRecordsDao
|
|
|
List<String> upTarget = list2.stream().map(String::toUpperCase).collect(Collectors.toList());
|
|
|
for (String s : upCaseList) {
|
|
|
if (!upTarget.contains(s)) {
|
|
|
- return R.error("该批次号不是该作业料卷,或前道作业未报工和检验,或料卷已被其他作业使用,请刷新页面重试");
|
|
|
+ return R.error("该料卷已被其他作业使用,请刷新页面重试");
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- return R.error("该批次号不是该作业料卷,或前道作业未报工和检验,或料卷已被其他作业使用,请刷新页面重试");
|
|
|
+ return R.error("该料卷已被其他作业使用,请刷新页面重试");
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1661,11 +1661,11 @@ public class ApsReportRecordsServiceImpl extends ServiceImpl<ApsReportRecordsDao
|
|
|
List<String> upCaseTarget = list2.stream().map(String::toUpperCase).collect(Collectors.toList());
|
|
|
for (String s : upCaseList) {
|
|
|
if (!upCaseTarget.contains(s)) {
|
|
|
- return R.error("该批次号不是该作业料卷,或前道作业未报工和检验,或料卷已被其他作业使用,请刷新页面重试");
|
|
|
+ return R.error("该料卷已被其他作业使用,请刷新页面重试");
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- return R.error("该批次号不是该作业料卷,或前道作业未报工和检验,或料卷已被其他作业使用,请刷新页面重试");
|
|
|
+ return R.error("该料卷已被其他作业使用,请刷新页面重试");
|
|
|
}
|
|
|
}
|
|
|
// String useDeviceId = req.getUseDeviceId();
|