邮件,文件上传bug修改

master
duhui 2021-01-14 15:07:52 +08:00
parent 663f53810a
commit 70612fc0a9
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class ExcelUtil {
Cell cell = row.getCell(0);
// 单元格不为空
if (cell != null) {
cell.setCellType(Cell.CELL_TYPE_STRING);
// 第一列数据
String materialCode = cell.getStringCellValue();
if (!"".equals(materialCode) && !materialCode.contains("userId")) {