自动化立体仓库 - WMS系统
#
Junjie
15 小时以前 b9dc5699e4e999bd8f40ef1025791d9e18a074f4
src/main/java/com/zy/asrs/service/impl/ApiLogServiceImpl.java
@@ -10,7 +10,9 @@
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.Date;
import java.util.List;
@Slf4j
@Service("apiLogService")
@@ -73,4 +75,9 @@
    public boolean clearWeekBefore() {
        return this.baseMapper.clearWeekBefore() > 0;
    }
    @Override
    public List<ApiLog> getLatestData(Integer limit) {
        return this.baseMapper.getLatestData(limit);
    }
}