|
@@ -130,6 +130,9 @@ public class ExcelServiceImpl implements IExcelService {
|
|
int outType = outTypeEnum.getCode();
|
|
int outType = outTypeEnum.getCode();
|
|
param.setOutType(outType);
|
|
param.setOutType(outType);
|
|
}
|
|
}
|
|
|
|
+ if(param.getOutType() != null && param.getOutType() == 4 && StringUtils.isBlank(agentName)){
|
|
|
|
+ errorIndex.add(index -3);
|
|
|
|
+ }
|
|
if(StringUtils.isNotBlank(agentName)){
|
|
if(StringUtils.isNotBlank(agentName)){
|
|
AgentNew agentNew = agentNewService.getByName(agentName);
|
|
AgentNew agentNew = agentNewService.getByName(agentName);
|
|
if(agentNew == null){
|
|
if(agentNew == null){
|