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