自动化立体仓库 - WMS系统
#1
lsh
2 天以前 6c00757e63a69b8d527f1b978859b17c8db136f6
src/main/java/com/zy/asrs/service/impl/ApiLogServiceImpl.java
@@ -43,4 +43,9 @@
            log.error("接口调用日志保存失败!");
        }
    }
    @Override
    public boolean clearWeekBefore() {
        return this.baseMapper.clearWeekBefore() > 0;
    }
}