Browse Source

客户账期初始化

xyy@163.com 3 months ago
parent
commit
2a359b2efd

+ 1 - 1
sr-smp-admin/sr-smp-fee/src/test/java/com/sr/smp/SrSmpFeeApplicationTests.java

@@ -505,7 +505,7 @@ class SrSmpFeeApplicationTests {
     @Test
     void deleteHistoryCustomerBillInit() {
         ExcelImportListener listener = new ExcelImportListener();         //解析数据
-        EasyExcel.read("E:\\客户账期\\代飞客户初始化\\客户期初余额数据初始化模板2024.08.02.xlsx", listener).sheet("Sheet1").doReadSync();
+        EasyExcel.read("E:\\客户账期\\20240808\\客户期初余额数据初始化模板2024.08.08.xlsx", listener).sheet("Sheet1").doReadSync();
         List<String> notExistCustomerName = new ArrayList<>();
         List<Map<Integer, String>> customerBillInitDataMap = listener.getDataList();
         for (int i = 1; i < customerBillInitDataMap.size(); i++) {