lin
2024-03-02 d35386e9b1a5d87aa32b4367a745ba550b06ba12
src/main/java/org/springblade/modules/discuss/controller/UserTopicsController.java
@@ -167,7 +167,7 @@
   public R updateBath(@Valid @RequestBody List<TopicsVO> topics) throws Exception {
      String result = userTopicsService.batchSave(topics);
      if (result.equals("200")) {
         R.data("操作成功");
         return R.data("操作成功");
      }
      return R.fail(result);
   }