@@ -12,5 +12,5 @@ public interface ChatAnswerRepository extends BaseRepository<ChatAnswerEntity,St
void deleteByLabel(String label);
- void saveBatch(List<ChatAnswerEntity> chatAnswerEntityList);
+ //void saveBatch(List<ChatAnswerEntity> chatAnswerEntityList);
}