fix:企业端分标委
This commit is contained in:
+1
-1
@@ -193,8 +193,8 @@ public class CommonController {
|
||||
} else {
|
||||
ossFile.setDownloadNumber(downloadNumber + 1);
|
||||
}
|
||||
ossFileService.updateAndPush(ossFile);
|
||||
ossFileService.saveDownloadTimes(ossFile.getId(), null);
|
||||
ossFileService.updateAndPush(ossFile);
|
||||
} else if ("view".equals(type)) {
|
||||
Integer viewNumber = ossFile.getViewNumber();
|
||||
if (viewNumber == null) {
|
||||
|
||||
Reference in New Issue
Block a user