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.javafeature/resource
commit
d09410bee7
|
@ -19,6 +19,9 @@ import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 发布
|
||||||
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("publish")
|
@RequestMapping("publish")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
@ -68,8 +71,4 @@ public class PublishController {
|
||||||
return AjaxResult.success(publishService.removeById(id));
|
return AjaxResult.success(publishService.removeById(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue