mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-05 01:47:17 +00:00
9b9c1b999f
if(row == null)
{
continue;
}
判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。