|
|
@ -164,8 +164,8 @@ public class IssueController { |
|
|
|
* @Date: 2019/9/7 10:22 |
|
|
|
*/ |
|
|
|
@PostMapping("deleteComment") |
|
|
|
public Result deleteComment(@RequestBody String commentId) { |
|
|
|
return issueService.modifyCommentById(commentId); |
|
|
|
public Result deleteComment(@RequestBody String[] commentIds) { |
|
|
|
return issueService.modifyCommentById(commentIds); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|