From 9e6b2a12650c5a6d24be3de8c078d31e7548750e Mon Sep 17 00:00:00 2001
From: yuhong0206@sina.cn <yuhong0206@sina.cn>
Date: Mon, 29 Mar 2021 08:56:51 +0800
Subject: [PATCH] 读取excel增加 if(row == null) { continue; } 判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。
---
ruoyi-ui/src/views/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 2aef931..f3cf00f 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -119,9 +119,9 @@
</p>
<p>
<i class="el-icon-user-solid"></i> QQ群:<s>满937441</s>
- <s>满887144332</s> <s>满180251782</s>
- <a href="https://jq.qq.com/?_wv=1027&k=4WWwqNxN" target="_blank"
- > 104180207</a
+ <s>满887144332</s> <s>满180251782</s> <s>满104180207</s>
+ <a href="https://jq.qq.com/?_wv=1027&k=VvjN2nvu" target="_blank"
+ > 186866453</a
>
</p>
<p>
--
Gitblit v1.9.2