@@ -91,7 +91,6 @@ public class ConversationContentTask {
* 将数据处理封装插入数据库
*/
private void pushChatMsg(List<InputChatMsg> list, Integer type) {
-
int index=0;
//遍历数据 迭代获取数据写入数据库
for (InputChatMsg chatMsg : list) {