src/main/java/com/lf/server/service/data/DownloadService.java
@@ -42,6 +42,11 @@ } @Override public DownloadEntity selectByGuid(String guid) { return downloadMapper.selectByGuid(guid); } @Override public Integer insert(DownloadEntity entity) { return downloadMapper.insert(entity); }