From 23b57fc7eab3defc741a0e54e3dac939ad49f13f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 22 五月 2026 19:14:04 +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