|
@ -75,7 +75,7 @@ public class WorkOrderInfoListener implements ReadListener<WorkOrderInfoVo> { |
|
|
errorMessages.add(errorMsg); |
|
|
errorMessages.add(errorMsg); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
// 不允许重复点位上报
|
|
|
/* if (faultLocationList.contains(info.getFaultLocation())) { |
|
|
/* if (faultLocationList.contains(info.getFaultLocation())) { |
|
|
int rowNum = analysisContext.readRowHolder().getRowIndex(); |
|
|
int rowNum = analysisContext.readRowHolder().getRowIndex(); |
|
|
String errorMsg = String.format("第 %d 行数据导入失败:该点位正在维修 故障地点: %s", |
|
|
String errorMsg = String.format("第 %d 行数据导入失败:该点位正在维修 故障地点: %s", |
|
|