yq hace 3 años
padre
commit
8d1bfb8861

+ 1 - 0
src/main/java/com/usky/dxtop/service/impl/CallApiLogServiceImpl.java

@@ -45,6 +45,7 @@ public class CallApiLogServiceImpl extends ServiceImpl<CallApiLogMapper, CallApi
             callApiLog.setApiResultData(result);
             this.updateById(callApiLog);
         }
+        log.info("添加调用日志的数据---"+callApiLog);
     }
 
     @Override