Compare commits

...

3 Commits

Author SHA1 Message Date
ChenYan d09410bee7 Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
2025-01-16 19:06:04 +08:00
ChenYan aecbdb60e1 Merge branch 'preview' of https://gitea.qinmian.online/CY/mcwl-ai into feature/community-center
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
2025-01-16 17:30:37 +08:00
ChenYan 6fee8248de feat:feat(resource): 添加模型版本高清修复功能 2025-01-16 17:27:55 +08:00
1 changed files with 3 additions and 4 deletions

View File

@ -19,6 +19,9 @@ import org.springframework.web.bind.annotation.*;
import java.util.Objects;
/**
*
*/
@RestController
@RequestMapping("publish")
@RequiredArgsConstructor
@ -68,8 +71,4 @@ public class PublishController {
return AjaxResult.success(publishService.removeById(id));
}
}