|
@@ -375,7 +375,7 @@ public class NoCarController {
|
|
params.setHeadRows(1);
|
|
params.setHeadRows(1);
|
|
params.setKeyIndex(2);
|
|
params.setKeyIndex(2);
|
|
List<NoCarWayBill> list = ExcelImportUtil.importExcel(file.getInputStream(), NoCarWayBill.class,params);
|
|
List<NoCarWayBill> list = ExcelImportUtil.importExcel(file.getInputStream(), NoCarWayBill.class,params);
|
|
- log.info("1111111111"+list.size());
|
|
|
|
|
|
+ log.info("1111111111batchImprotHistoryBillWay"+list.size());
|
|
buildDate(list);
|
|
buildDate(list);
|
|
RespR respR = noCarBillWayService.batchHsitoryBillWay(list,customerName);
|
|
RespR respR = noCarBillWayService.batchHsitoryBillWay(list,customerName);
|
|
return respR;
|
|
return respR;
|
|
@@ -401,7 +401,7 @@ public class NoCarController {
|
|
params.setKeyIndex(2);
|
|
params.setKeyIndex(2);
|
|
List<NoCarWayBill> list = ExcelImportUtil.importExcel(file.getInputStream(), NoCarWayBill.class,params);
|
|
List<NoCarWayBill> list = ExcelImportUtil.importExcel(file.getInputStream(), NoCarWayBill.class,params);
|
|
buildDateEnd(list);
|
|
buildDateEnd(list);
|
|
- log.info("1111111111"+list.size());
|
|
|
|
|
|
+ log.info("1111111111batchImprotEndBillWay"+list.size());
|
|
RespR respR = noCarBillWayService.batchBillWayEnd(list,customerName);
|
|
RespR respR = noCarBillWayService.batchBillWayEnd(list,customerName);
|
|
return respR;
|
|
return respR;
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
@@ -430,6 +430,8 @@ public class NoCarController {
|
|
|
|
|
|
}
|
|
}
|
|
if(i>0){
|
|
if(i>0){
|
|
|
|
+
|
|
|
|
+ log.info("buildDateError"+sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
throw new RuntimeException(sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
throw new RuntimeException(sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -448,6 +450,8 @@ public class NoCarController {
|
|
|
|
|
|
}
|
|
}
|
|
if(i>0){
|
|
if(i>0){
|
|
|
|
+
|
|
|
|
+ log.info("buildDateEndError"+sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
throw new RuntimeException(sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
throw new RuntimeException(sb.toString()+"数据存在错误,请检查文件中数据,金额是否有空的,时间是否全是时间格式");
|
|
}
|
|
}
|
|
}
|
|
}
|