From 73729d9227f8c1af365a09948553975e9805ab68 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期一, 28 四月 2025 08:12:19 +0800
Subject: [PATCH] 推送和导出

---
 src/main/java/com/whyc/service/ExportService.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/whyc/service/ExportService.java b/src/main/java/com/whyc/service/ExportService.java
index 7188180..bdb44e1 100644
--- a/src/main/java/com/whyc/service/ExportService.java
+++ b/src/main/java/com/whyc/service/ExportService.java
@@ -36,7 +36,6 @@
                 ,"plus_lock_his","tb_lock_his_"+lockId,his);
         //鑾峰彇閿佺殑淇℃伅
         LockInf linf=linfMapper.getlinfBylockId(lockId);
-
         //褰撳墠鏃ユ湡
         String nowFormat = new SimpleDateFormat("yyyyMMddHHmmss").format(new Date());
         String excelName = "bl-"+nowFormat;
@@ -52,7 +51,6 @@
         row1.setHeightInPoints(20.0f);
         row1.createCell(0).setCellValue("鎵�灞炴満鎴匡細"+linf.getStationName());
         row1.createCell(1).setCellValue("閿佺殑鍚嶇О锛�"+linf.getLockName());
-        row1.createCell(2).setCellValue("閿佺殑绫诲瀷锛氬疄浣撻攣");
         rowNumSheet++;
 
         Row row2 =  sheet.createRow(rowNumSheet);

--
Gitblit v1.9.1