提交 4785dfb7 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 fc572c7c
...@@ -125,7 +125,7 @@ public class LiveController { ...@@ -125,7 +125,7 @@ public class LiveController {
@ApiOperation("修改") @ApiOperation("修改")
@PostMapping("/update") @PostMapping("/update")
public CallBack<String> update(SaveOrUpdateLiveForm form,@RequestParam(value="file",required=false) MultipartFile file,@RequestParam(value="imge",required=false) MultipartFile image){ public CallBack<String> update(@RequestBody SaveOrUpdateLiveForm form,@RequestParam(value="file",required=false) MultipartFile file,@RequestParam(value="imge",required=false) MultipartFile image){
Live live = new Live(); Live live = new Live();
if(StringUtils.isNotBlank(form.getAuthorNameAndId())){ if(StringUtils.isNotBlank(form.getAuthorNameAndId())){
String[] authorNameAndId = form.getAuthorNameAndId().split(","); String[] authorNameAndId = form.getAuthorNameAndId().split(",");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论