|
@@ -1084,6 +1084,9 @@ public class CustomExcelImportUtil {
|
|
|
record.setCheckUserType(CheckUserTypeEnum.ZHIDING.getValue());
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // 根据checkUserType设置level
|
|
|
+ record.setLevel(record.getCheckUserType());
|
|
|
} catch (Exception e) {
|
|
|
throw new BusinessException("导入异常,行号:"+ i + ", 错误信息" + e.getMessage() + ", 错误原因" + e.getCause());
|
|
|
}
|