src/main/java/com/zy/asrs/service/impl/ApiLogServiceImpl.java
@@ -33,7 +33,7 @@ request, // 请求内容 response, null, // 异常内容 success?1:0 , // 结果 success ? 1 : 0, // 结果 1, // 状态 now, // 添加时间 null, // 修改时间 @@ -43,4 +43,9 @@ log.error("接口调用日志保存失败!"); } } @Override public boolean clearWeekBefore() { return this.baseMapper.clearWeekBefore() > 0; } }