Commit 9e854da0 by yangxiujun

fix:上传工单修改问题

1 parent 012a6c54
......@@ -276,7 +276,7 @@ public class OrderCreateServiceImpl implements OrderCreateService {
//创建保存的对象
FileRateDTO fileRateDTO = new FileRateDTO();
ArrayList<OrderInfoErrorExcelDTO> errorExcelDTOS = new ArrayList<>();
ArrayList<OrderInfoErrorExcelDTO> errorExcelDTOS = new ArrayList<>(errorList);
fileRateDTO.setTotalCount(cachedDataList.size());
for (OrderInfoExcelDTO req : cachedDataList) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!