Commit 859c7d72 by lzxry

bugfix

parent fcf36274
...@@ -2564,7 +2564,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -2564,7 +2564,7 @@ public class ContractServiceImpl implements ContractService {
accountsEmail.add(dataSTR.trim()); accountsEmail.add(dataSTR.trim());
}else{ }else{
//非主账号 按照之前逻辑不变 //非主账号 按照之前逻辑不变
return ResultModel.ERROR("第" + line_num + "行【" + SHEET_TITLE_RESERVE.get(sheetTitle) + "】不能为空,请重新上传"); //return ResultModel.ERROR("第" + line_num + "行【" + SHEET_TITLE_RESERVE.get(sheetTitle) + "】不能为空,请重新上传");
} }
} else { } else {
String dataSTR = formatter.formatCellValue(cell).trim(); String dataSTR = formatter.formatCellValue(cell).trim();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment