|
@@ -179,7 +179,7 @@ public class CameraServiceImpl extends ServiceImpl<ICameraMapper, Camera> implem
|
|
|
}
|
|
|
StringBuilder res = new StringBuilder("第");
|
|
|
for (Integer index : errorList) {
|
|
|
- res.append(index).append(",");
|
|
|
+ res.append(index + 5).append(",");
|
|
|
}
|
|
|
res.deleteCharAt(res.lastIndexOf(","));
|
|
|
res.append("行存在错误");
|