From 2d20136135a5980b1df40d11ed5c635d3ad5de33 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期四, 19 十二月 2024 13:45:23 +0800
Subject: [PATCH] add wechat module

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogAspect.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogAspect.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogAspect.java
index 636e66c..fbe0486 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogAspect.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogAspect.java
@@ -62,6 +62,10 @@
                 // 鑾峰彇IP鍦板潃
                 String ip = getRemoteHost();
                 // 璁板綍鏃ュ織
+                //msg  鏂规硶鍚� + 鍙傛暟鍊� + 杩斿洖鍊�
+//                Stream.of(joinPoint.getArgs()).forEach(System.out::println);
+//                String args = JSONObject.toJSONString(joinPoint.getArgs());
+                //String args1 = Arrays.toString(joinPoint.getArgs());
                 logSv.save(user.id,user.name, operationName,ip,result.getCode(),result.getMsg());
             }
         }catch (Exception e){

--
Gitblit v1.8.0