|
@@ -41,7 +41,7 @@ public class KnowledgeFileController {
|
|
|
return success(BeanUtils.toBean(pageResult, KnowledgeFileRespVO.class));
|
|
|
}
|
|
|
|
|
|
- @PutMapping("/update")
|
|
|
+ @PostMapping("/update")
|
|
|
public CommonResult<Boolean> updateKnowledgeDocument(@RequestBody KnowledgeFileUpdateReqVO reqVO) {
|
|
|
knowledgeFileService.updateKnowledgeDocument(reqVO);
|
|
|
return success(true);
|