xiongchao 3 tahun lalu
induk
melakukan
19b8fea8dd

+ 3 - 0
platform-dao/src/main/java/com/platform/dao/util/CustomExcelImportUtil.java

@@ -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());
             }