@ -171,6 +171,8 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
if (!deleted) {
throw new RuntimeException("删除失败");
}
// 删除问题
negativeService.remove(query.get(0).getNegativeId());
return Result.success(true);