فهرست منبع

20220125后端日志更新代码_1

mashengyi 3 سال پیش
والد
کامیت
206553ec66
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      src/main/java/com/jkcredit/invoice/controller/localBussiness/NoCarController.java

+ 6 - 2
src/main/java/com/jkcredit/invoice/controller/localBussiness/NoCarController.java

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