From 74190ebc24e6e850d418ad0ce041fd91b795c23e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 25 五月 2026 18:32:21 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 server/system_service/src/main/java/com/doumee/config/mybatis/MyBatisInterceptor.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/system_service/src/main/java/com/doumee/config/mybatis/MyBatisInterceptor.java b/server/system_service/src/main/java/com/doumee/config/mybatis/MyBatisInterceptor.java
index 1fd7fc5..9bbbdf5 100644
--- a/server/system_service/src/main/java/com/doumee/config/mybatis/MyBatisInterceptor.java
+++ b/server/system_service/src/main/java/com/doumee/config/mybatis/MyBatisInterceptor.java
@@ -18,7 +18,7 @@
  * MyBatis 鎷︽埅鍣�
  * - INSERT璇彞榛樿濉厖鍒涘缓浜哄拰鍒涘缓鏃堕棿瀛楁
  * - UPDATE璇彞榛樿濉厖鏇存柊浜哄拰鏇存柊鏃堕棿瀛楁
- * @author Eva.Caesar Liu
+ * @author doumee
  * @date 2023/03/21 14:49
  */
 @Slf4j
@@ -67,7 +67,7 @@
 
     /**
      * 澶勭悊鏂板鍜岀紪杈戣鍙�
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2019/3/2 11:52
      */
     private void handleOperaStatement(Object target, String... fieldNames) throws Exception{
@@ -91,7 +91,7 @@
 
     /**
      * 缁欏睘鎬ц祴鍊�
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2019/3/2 11:36
      */
     private void setFieldValue(Field field, Object target, Object value) throws Exception {
@@ -102,7 +102,7 @@
 
     /**
      * 鑾峰彇灞炴�у��
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2019/3/2 11:40
      */
     private Object getFieldValue(Field field, Object target) throws Exception {
@@ -114,7 +114,7 @@
 
     /**
      * 鑾峰彇鐧诲綍鐢ㄦ埛淇℃伅
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     private LoginUserInfo getLoginUser () {

--
Gitblit v1.9.3