فهرست منبع

修改问题提交

zsy 1 سال پیش
والد
کامیت
970a06a51f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/rf/kjb/chat/dao/repository/ChatAnswerRepository.java

+ 1 - 1
src/main/java/com/rf/kjb/chat/dao/repository/ChatAnswerRepository.java

@@ -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);
 }