This commit is contained in:
thinkgem
2022-03-14 11:37:28 +08:00
parent bfcc0a8a97
commit f27728a647

View File

@@ -224,8 +224,9 @@ public class EmpUserServiceSupport extends CrudService<EmpUserDao, EmpUser>
}
}
} catch (Exception e) {
failureMsg.append(e.getMessage());
logger.error(e.getMessage(), e);
failureMsg.append(e.getMessage());
return failureMsg.toString();
}
if (failureNum > 0) {
failureMsg.insert(0, "很抱歉,导入失败!共 " + failureNum + " 条数据格式不正确,错误如下:");