zhongrj
2024-03-20 6996c14f7b7ead06f8a38af8b62063e0165135a4
src/main/java/org/springblade/modules/discuss/service/impl/UserTopicsServiceImpl.java
@@ -100,7 +100,7 @@
         }
      }
      Boolean userTopics = getaBoolean(topics);
      if (userTopics != null) return "200";
      if (userTopics) return "200";
      return "操作失败!";
   }
@@ -157,7 +157,7 @@
            return saveBatch(objectsTwo);
         }
      }
      return null;
      return false;
   }