mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-04-12 00:00:18 +08:00
9e6b2a1265
if(row == null)
{
continue;
}
判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。