【fix sonar】ImportExcelUtil文件
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ public class ImportExcelUtil {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Result imporReturnRes(int errorLines, int successLines, List<String> errorMessage){
|
public static Result<JSONObject> imporReturnRes(int errorLines, int successLines, List<String> errorMessage){
|
||||||
if (errorLines == 0) {
|
if (errorLines == 0) {
|
||||||
return Result.OK("共" + successLines + "行数据全部导入成功!");
|
return Result.OK("共" + successLines + "行数据全部导入成功!");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user