src/main/java/com/moon/server/service/sys/DownlogService.java
@@ -14,11 +14,8 @@ import java.sql.Timestamp; import java.util.List; /** * 下载日志 * @author WWW */ @Service @SuppressWarnings("ALL") public class DownlogService implements DownlogMapper { @Autowired DownlogMapper downlogMapper; @@ -80,9 +77,6 @@ return downlogMapper.updates(list); } /** * 更新下载信息 */ public void updateInfos(UserEntity ue, DownloadEntity de, HttpServletRequest req) { de.setDcount(de.getDcount() + 1); de.setDownloadUser(ue.getId());