lin
2024-03-14 cae3b043d8a8a08e176839d0c23a4432e5d9f5f4
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.success("操作成功");
         return R.data("操作成功");
      }
      return R.fail(result);
   }