From 10c5247722995e571b3fd4dbffb178964a9bd6ee Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 05 十一月 2025 10:51:54 +0800
Subject: [PATCH] 台账添加错误问题修改

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java
index 55c57f3..5fc83be 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java
@@ -68,7 +68,7 @@
         try {
 			return R.data(partWorkingHourExportService.export(id));
 		} catch (Exception e) {
-			log.error("瀵煎嚭鍏紡鏁版嵁閿欒",e);
+			log.error("瀵煎嚭鍏椂鏁版嵁閿欒",e);
 			
 			return R.fail(e.getMessage());
 		}

--
Gitblit v1.9.3