【7.3.4】【file】更新文件下载次数接口

pull/54/MERGE
fengshuonan 2023-03-31 15:53:11 +08:00
parent de80801672
commit 2b0d26d861
1 changed files with 1 additions and 1 deletions

View File

@ -129,9 +129,9 @@ public class SysFileBusinessServiceImpl extends ServiceImpl<SysFileBusinessMappe
if (sysFileBusiness != null) {
sysFileBusiness.setDownloadCount(sysFileBusiness.getDownloadCount() + 1);
this.updateById(sysFileBusiness);
}
this.updateById(sysFileBusiness);
}
/**